Html Css Color HEX #CA212B Fire Engine Red

📋 copy color: '#CA212B'

red 202 ◦ green 33 ◦ blue 43

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

Shades of Fire Engine Red #CA212B

Tints of Fire Engine Red #CA212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 72.66%
G = 11.87%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA212B (or 0xCA212B) is known color: Fire Engine Red. HEX triplet: CA, 21 and 2B. RGB value is (202,33,43). Sum of RGB (Red+Green+Blue) = 202+33+43=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA212B is #35DED4. Grayscale: #545454. Windows color (decimal): -3530453 or 2826698. OLE color: 2826698.

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

Color convert

RGB 202 33 43 -
CMYK 0 0.84 0.79 0.21
HSL 356.45º 0.72% 0.46% -
HSV(B) 356.45º 0.84% 0.79% -
XYZ 25.34 13.82 3.62 -
YUV 84.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 202 33 43 0 0.84 0.79 0.21 356.45 0.72 0.46
Hex CA 21 2B 0 54 4F 15 164 48 2E
Octal 312 41 53 0 124 117 25 544 110 56
Binary 11001010 100001 101011 0 1010100 1001111 10101 101100100 1001000 101110

Color Harmonies of #CA212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA212B

Black with #CA212B

Text Example


Text Example

White with #CA212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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