Html Css Color HEX #CA0B2C Fire Engine Red

📋 copy color: '#CA0B2C'

red 202 ◦ green 11 ◦ blue 44

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

Shades of Fire Engine Red #CA0B2C

Tints of Fire Engine Red #CA0B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 78.6%
G = 4.28%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA0B2C (or 0xCA0B2C) is known color: Fire Engine Red. HEX triplet: CA, 0B and 2C. RGB value is (202,11,44). Sum of RGB (Red+Green+Blue) = 202+11+44=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0B2C is #35F4D3. Grayscale: #474747. Windows color (decimal): -3536084 or 2886602. OLE color: 2886602.

HSL color Cylindrical-coordinate representation of color #CA0B2C: hue angle of 349.63º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B2C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 11 44 -
CMYK 0 0.95 0.78 0.21
HSL 349.63º 0.9% 0.42% -
HSV(B) 349.63º 0.95% 0.79% -
XYZ 24.93 12.98 3.57 -
YUV 71.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 202 11 44 0 0.95 0.78 0.21 349.63 0.9 0.42
Hex CA B 2C 0 5F 4E 15 15E 5A 2A
Octal 312 13 54 0 137 116 25 536 132 52
Binary 11001010 1011 101100 0 1011111 1001110 10101 101011110 1011010 101010

Color Harmonies of #CA0B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0B2C

Black with #CA0B2C

Text Example


Text Example

White with #CA0B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0B2C; }

 p { color: rgb(202,11,44); }

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

background-color css

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

 a { background-color: rgb(202,11,44); }

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

border-color css

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

 span { border-color: rgb(202,11,44); }

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