Html Css Color HEX #CA212C Fire Engine Red

📋 copy color: '#CA212C'

red 202 ◦ green 33 ◦ blue 44

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

Shades of Fire Engine Red #CA212C

Tints of Fire Engine Red #CA212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 72.4%
G = 11.83%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA212C (or 0xCA212C) is known color: Fire Engine Red. HEX triplet: CA, 21 and 2C. RGB value is (202,33,44). Sum of RGB (Red+Green+Blue) = 202+33+44=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA212C is #35DED3. Grayscale: #545454. Windows color (decimal): -3530452 or 2892234. OLE color: 2892234.

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

Color convert

RGB 202 33 44 -
CMYK 0 0.84 0.78 0.21
HSL 356.09º 0.72% 0.46% -
HSV(B) 356.09º 0.84% 0.79% -
XYZ 25.36 13.83 3.72 -
YUV 84.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 202 33 44 0 0.84 0.78 0.21 356.09 0.72 0.46
Hex CA 21 2C 0 54 4E 15 164 48 2E
Octal 312 41 54 0 124 116 25 544 110 56
Binary 11001010 100001 101100 0 1010100 1001110 10101 101100100 1001000 101110

Color Harmonies of #CA212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA212C

Black with #CA212C

Text Example


Text Example

White with #CA212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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