Html Css Color HEX #CB0C41 Crimson

📋 copy color: '#CB0C41'

red 203 ◦ green 12 ◦ blue 65

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

Shades of Crimson #CB0C41

Tints of Crimson #CB0C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 72.5%
G = 4.29%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0C41 (or 0xCB0C41) is known color: Crimson. HEX triplet: CB, 0C and 41. RGB value is (203,12,65). Sum of RGB (Red+Green+Blue) = 203+12+65=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C41 is #34F3BE. Grayscale: #4B4B4B. Windows color (decimal): -3470271 or 4263115. OLE color: 4263115.

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

Color convert

RGB 203 12 65 -
CMYK 0 0.94 0.68 0.20
HSL 343.35º 0.89% 0.42% -
HSV(B) 343.35º 0.94% 0.8% -
XYZ 25.71 13.34 6.22 -
YUV 75.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 203 12 65 0 0.94 0.68 0.20 343.35 0.89 0.42
Hex CB C 41 0 5E 44 14 157 59 2A
Octal 313 14 101 0 136 104 24 527 131 52
Binary 11001011 1100 1000001 0 1011110 1000100 10100 101010111 1011001 101010

Color Harmonies of #CB0C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C41

Black with #CB0C41

Text Example


Text Example

White with #CB0C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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