Html Css Color HEX #CA1E2C Fire Engine Red

📋 copy color: '#CA1E2C'

red 202 ◦ green 30 ◦ blue 44

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

Shades of Fire Engine Red #CA1E2C

Tints of Fire Engine Red #CA1E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

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

R = 73.19%
G = 10.87%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA1E2C (or 0xCA1E2C) is known color: Fire Engine Red. HEX triplet: CA, 1E and 2C. RGB value is (202,30,44). Sum of RGB (Red+Green+Blue) = 202+30+44=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E2C is #35E1D3. Grayscale: #535353. Windows color (decimal): -3531220 or 2891466. OLE color: 2891466.

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

Color convert

RGB 202 30 44 -
CMYK 0 0.85 0.78 0.21
HSL 355.12º 0.74% 0.45% -
HSV(B) 355.12º 0.85% 0.79% -
XYZ 25.28 13.67 3.69 -
YUV 83.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 202 30 44 0 0.85 0.78 0.21 355.12 0.74 0.45
Hex CA 1E 2C 0 55 4E 15 163 4A 2D
Octal 312 36 54 0 125 116 25 543 112 55
Binary 11001010 11110 101100 0 1010101 1001110 10101 101100011 1001010 101101

Color Harmonies of #CA1E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E2C

Black with #CA1E2C

Text Example


Text Example

White with #CA1E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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