#CA182C

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

Shades of Fire Engine Red #CA182C

Tints of Fire Engine Red #CA182C

Color information

#CA182C (or 0xCA182C) is unknown color: approx Fire Engine Red. HEX triplet: CA, 18 and 2C. RGB value is (202,24,44). Sum of RGB (Red+Green+Blue) = 202+24+44=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA182C is #35E7D3. Grayscale: #4F4F4F. Windows color (decimal): -3532756 or 2889930. OLE color: 2889930.

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

Color convert

RGB2022444-
CMYK00.880.780.21
HSL353.26º78.76%44.31%-
HSV(B)353.26º88.12%79.22%-
XYZ25.1413.393.64-
YUV79.5107.97215.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.81%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=74.81%
G=8.89%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202244400.880.780.21353.2678.7644.31
HexCA182C0584E151614f2c
Octal312305401301162554111754
Binary1100101011000101100010110001001110101011011000011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA182C; }

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

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

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

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

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

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

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

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