Html Css Color HEX #CA0836 Crimson

📋 copy color: '#CA0836'

red 202 ◦ green 8 ◦ blue 54

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

Shades of Crimson #CA0836

Tints of Crimson #CA0836

RGB

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

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

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

R = 76.52%
G = 3.03%
B = 20.45%

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

#CA0836 (or 0xCA0836) is known color: Crimson. HEX triplet: CA, 08 and 36. RGB value is (202,8,54). Sum of RGB (Red+Green+Blue) = 202+8+54=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0836 is #35F7C9. Grayscale: #474747. Windows color (decimal): -3536842 or 3541194. OLE color: 3541194.

HSL color Cylindrical-coordinate representation of color #CA0836: hue angle of 345.77º 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 #CA0836 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 54 -
CMYK 0 0.96 0.73 0.21
HSL 345.77º 0.92% 0.41% -
HSV(B) 345.77º 0.96% 0.79% -
XYZ 25.11 13 4.68 -
YUV 71.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 202 8 54 0 0.96 0.73 0.21 345.77 0.92 0.41
Hex CA 8 36 0 60 49 15 15A 5C 29
Octal 312 10 66 0 140 111 25 532 134 51
Binary 11001010 1000 110110 0 1100000 1001001 10101 101011010 1011100 101001

Color Harmonies of #CA0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0836

Black with #CA0836

Text Example


Text Example

White with #CA0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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