Html Css Color HEX #CB0538 Crimson

📋 copy color: '#CB0538'

red 203 ◦ green 5 ◦ blue 56

#CB0538
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CB0538

Tints of Crimson #CB0538

RGB

 RED value IS 203 (79.69% from 255) = 76.89%

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 76.89%
G = 1.89%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB0538 (or 0xCB0538) is known color: Crimson. HEX triplet: CB, 05 and 38. RGB value is (203,5,56). Sum of RGB (Red+Green+Blue) = 203+5+56=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0538 is #34FAC7. Grayscale: #464646. Windows color (decimal): -3472072 or 3671499. OLE color: 3671499.

HSL color Cylindrical-coordinate representation of color #CB0538: hue angle of 344.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0538 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 56 -
CMYK 0 0.98 0.72 0.20
HSL 344.55º 0.95% 0.41% -
HSV(B) 344.55º 0.98% 0.8% -
XYZ 25.4 13.09 4.93 -
YUV 70.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 203 5 56 0 0.98 0.72 0.20 344.55 0.95 0.41
Hex CB 5 38 0 62 48 14 159 5F 29
Octal 313 5 70 0 142 110 24 531 137 51
Binary 11001011 101 111000 0 1100010 1001000 10100 101011001 1011111 101001

Color Harmonies of #CB0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0538

Black with #CB0538

Text Example


Text Example

White with #CB0538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0538; }

 p { color: rgb(203,5,56); }

 H1.HeaderClassName
 {
   color: #CB0538;
 }
 .AnyTagClassName
 {
   color: #CB0538;
 }
</style>

background-color css

<style>
 a { background-color: #CB0538; }

 a { background-color: rgb(203,5,56); }

 div.DivClassName
 {
   background-color: #CB0538;
 }
 .BgClassName
 {
   background-color: #CB0538;
 }
</style>

border-color css

<style>
 span { border-color: #CB0538; }

 span { border-color: rgb(203,5,56); }

 td.TdClassName
 {
   border-color: #CB0538;
 }
 .TagClassName
 {
   border-color: #CB0538;
 }
</style>