Html Css Color HEX #CA162C Fire Engine Red

📋 copy color: '#CA162C'

red 202 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #CA162C

Tints of Fire Engine Red #CA162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

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

R = 75.37%
G = 8.21%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA162C (or 0xCA162C) is known color: Fire Engine Red. HEX triplet: CA, 16 and 2C. RGB value is (202,22,44). Sum of RGB (Red+Green+Blue) = 202+22+44=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA162C is #35E9D3. Grayscale: #4E4E4E. Windows color (decimal): -3533268 or 2889418. OLE color: 2889418.

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

Color convert

RGB 202 22 44 -
CMYK 0 0.89 0.78 0.21
HSL 352.67º 0.8% 0.44% -
HSV(B) 352.67º 0.89% 0.79% -
XYZ 25.1 13.31 3.63 -
YUV 78.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 202 22 44 0 0.89 0.78 0.21 352.67 0.8 0.44
Hex CA 16 2C 0 59 4E 15 161 50 2C
Octal 312 26 54 0 131 116 25 541 120 54
Binary 11001010 10110 101100 0 1011001 1001110 10101 101100001 1010000 101100

Color Harmonies of #CA162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA162C

Black with #CA162C

Text Example


Text Example

White with #CA162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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