Html Css Color HEX #CA161F Fire Engine Red

📋 copy color: '#CA161F'

red 202 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #CA161F

Tints of Fire Engine Red #CA161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 79.22%
G = 8.63%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA161F (or 0xCA161F) is known color: Fire Engine Red. HEX triplet: CA, 16 and 1F. RGB value is (202,22,31). Sum of RGB (Red+Green+Blue) = 202+22+31=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA161F is #35E9E0. Grayscale: #4C4C4C. Windows color (decimal): -3533281 or 2037450. OLE color: 2037450.

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

Color convert

RGB 202 22 31 -
CMYK 0 0.89 0.85 0.21
HSL 357º 0.8% 0.44% -
HSV(B) 357º 0.89% 0.79% -
XYZ 24.89 13.23 2.54 -
YUV 76.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 202 22 31 0 0.89 0.85 0.21 357 0.8 0.44
Hex CA 16 1F 0 59 55 15 165 50 2C
Octal 312 26 37 0 131 125 25 545 120 54
Binary 11001010 10110 11111 0 1011001 1010101 10101 101100101 1010000 101100

Color Harmonies of #CA161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA161F

Black with #CA161F

Text Example


Text Example

White with #CA161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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