Html Css Color HEX #CA161C Fire Engine Red

📋 copy color: '#CA161C'

red 202 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #CA161C

Tints of Fire Engine Red #CA161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 80.16%
G = 8.73%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA161C (or 0xCA161C) is known color: Fire Engine Red. HEX triplet: CA, 16 and 1C. RGB value is (202,22,28). Sum of RGB (Red+Green+Blue) = 202+22+28=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA161C is #35E9E3. Grayscale: #4C4C4C. Windows color (decimal): -3533284 or 1840842. OLE color: 1840842.

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

Color convert

RGB 202 22 28 -
CMYK 0 0.89 0.86 0.21
HSL 358º 0.8% 0.44% -
HSV(B) 358º 0.89% 0.79% -
XYZ 24.85 13.21 2.34 -
YUV 76.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 202 22 28 0 0.89 0.86 0.21 358 0.8 0.44
Hex CA 16 1C 0 59 56 15 166 50 2C
Octal 312 26 34 0 131 126 25 546 120 54
Binary 11001010 10110 11100 0 1011001 1010110 10101 101100110 1010000 101100

Color Harmonies of #CA161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA161C

Black with #CA161C

Text Example


Text Example

White with #CA161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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