#CA082C

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

Shades of Fire Engine Red #CA082C

Tints of Fire Engine Red #CA082C

Color information

#CA082C (or 0xCA082C) is unknown color: approx Fire Engine Red. HEX triplet: CA, 08 and 2C. RGB value is (202,8,44). Sum of RGB (Red+Green+Blue) = 202+8+44=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA082C is #35F7D3. Grayscale: #464646. Windows color (decimal): -3536852 or 2885834. OLE color: 2885834.

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

Color convert

RGB202844-
CMYK00.960.780.21
HSL348.87º92.38%41.18%-
HSV(B)348.87º96.04%79.22%-
XYZ24.912.913.56-
YUV70.11113.27222.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.53%
GREEN value IS 8 (3.52% from 255) = 3.15%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=79.53%
G=3.15%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20284400.960.780.21348.8792.3841.18
HexCA82C0604E1515d5c29
Octal312105401401162553513451
Binary110010101000101100011000001001110101011010111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA082C; }

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

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

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

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

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

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

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

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