Html Css Color HEX #CB0C3E Crimson

📋 copy color: '#CB0C3E'

red 203 ◦ green 12 ◦ blue 62

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

Shades of Crimson #CB0C3E

Tints of Crimson #CB0C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 73.29%
G = 4.33%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB0C3E (or 0xCB0C3E) is known color: Crimson. HEX triplet: CB, 0C and 3E. RGB value is (203,12,62). Sum of RGB (Red+Green+Blue) = 203+12+62=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C3E is #34F3C1. Grayscale: #4A4A4A. Windows color (decimal): -3470274 or 4066507. OLE color: 4066507.

HSL color Cylindrical-coordinate representation of color #CB0C3E: hue angle of 344.29º 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 #CB0C3E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 12 62 -
CMYK 0 0.94 0.69 0.20
HSL 344.29º 0.89% 0.42% -
HSV(B) 344.29º 0.94% 0.8% -
XYZ 25.63 13.31 5.78 -
YUV 74.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 203 12 62 0 0.94 0.69 0.20 344.29 0.89 0.42
Hex CB C 3E 0 5E 45 14 158 59 2A
Octal 313 14 76 0 136 105 24 530 131 52
Binary 11001011 1100 111110 0 1011110 1000101 10100 101011000 1011001 101010

Color Harmonies of #CB0C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C3E

Black with #CB0C3E

Text Example


Text Example

White with #CB0C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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