#CA161D

Color #CA161D Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CA161D

Tints of Fire Engine Red #CA161D

Color information

#CA161D (or 0xCA161D) is unknown color: approx Fire Engine Red. HEX triplet: CA, 16 and 1D. RGB value is (202,22,29). Sum of RGB (Red+Green+Blue) = 202+22+29=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA161D is #35E9E2. Grayscale: #4C4C4C. Windows color (decimal): -3533283 or 1906378. OLE color: 1906378.

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

Color convert

RGB2022229-
CMYK00.890.860.21
HSL357.67º80.36%43.92%-
HSV(B)357.67º89.11%79.22%-
XYZ24.8713.222.4-
YUV76.62101.13217.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.84%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=79.84%
G=8.70%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202222900.890.860.21357.6780.3643.92
HexCA161D0595615166502c
Octal312263501311262554612054
Binary110010101011011101010110011010110101011011001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA161D; }

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

 H1.HeaderClassName
 {
   color: #CA161D;
 }
 .AnyTagClassName
 {
   color: #CA161D;
 }
</style>
background-color css

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

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

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

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

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

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