Html Css Color HEX #CB0C36 Crimson

📋 copy color: '#CB0C36'

red 203 ◦ green 12 ◦ blue 54

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

Shades of Crimson #CB0C36

Tints of Crimson #CB0C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 75.46%
G = 4.46%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB0C36 (or 0xCB0C36) is known color: Crimson. HEX triplet: CB, 0C and 36. RGB value is (203,12,54). Sum of RGB (Red+Green+Blue) = 203+12+54=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C36 is #34F3C9. Grayscale: #494949. Windows color (decimal): -3470282 or 3542219. OLE color: 3542219.

HSL color Cylindrical-coordinate representation of color #CB0C36: hue angle of 346.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C36 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 12 54 -
CMYK 0 0.94 0.73 0.20
HSL 346.81º 0.89% 0.42% -
HSV(B) 346.81º 0.94% 0.8% -
XYZ 25.43 13.23 4.7 -
YUV 73.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 203 12 54 0 0.94 0.73 0.20 346.81 0.89 0.42
Hex CB C 36 0 5E 49 14 15B 59 2A
Octal 313 14 66 0 136 111 24 533 131 52
Binary 11001011 1100 110110 0 1011110 1001001 10100 101011011 1011001 101010

Color Harmonies of #CB0C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C36

Black with #CB0C36

Text Example


Text Example

White with #CB0C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C36; }

 p { color: rgb(203,12,54); }

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

background-color css

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

 a { background-color: rgb(203,12,54); }

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

border-color css

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

 span { border-color: rgb(203,12,54); }

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