Html Css Color HEX #CA0837 Crimson

📋 copy color: '#CA0837'

red 202 ◦ green 8 ◦ blue 55

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

Shades of Crimson #CA0837

Tints of Crimson #CA0837

RGB

 RED value IS 202 (79.3% from 255) = 76.23%

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 76.23%
G = 3.02%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0837 (or 0xCA0837) is known color: Crimson. HEX triplet: CA, 08 and 37. RGB value is (202,8,55). Sum of RGB (Red+Green+Blue) = 202+8+55=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0837 is #35F7C8. Grayscale: #474747. Windows color (decimal): -3536841 or 3606730. OLE color: 3606730.

HSL color Cylindrical-coordinate representation of color #CA0837: hue angle of 345.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0837 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 55 -
CMYK 0 0.96 0.73 0.21
HSL 345.46º 0.92% 0.41% -
HSV(B) 345.46º 0.96% 0.79% -
XYZ 25.13 13.01 4.8 -
YUV 71.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 202 8 55 0 0.96 0.73 0.21 345.46 0.92 0.41
Hex CA 8 37 0 60 49 15 159 5C 29
Octal 312 10 67 0 140 111 25 531 134 51
Binary 11001010 1000 110111 0 1100000 1001001 10101 101011001 1011100 101001

Color Harmonies of #CA0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0837

Black with #CA0837

Text Example


Text Example

White with #CA0837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0837; }

 p { color: rgb(202,8,55); }

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

background-color css

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

 a { background-color: rgb(202,8,55); }

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

border-color css

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

 span { border-color: rgb(202,8,55); }

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