#CA082B

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

Shades of Fire Engine Red #CA082B

Tints of Fire Engine Red #CA082B

Color information

#CA082B (or 0xCA082B) is unknown color: approx Fire Engine Red. HEX triplet: CA, 08 and 2B. RGB value is (202,8,43). Sum of RGB (Red+Green+Blue) = 202+8+43=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA082B is #35F7D4. Grayscale: #464646. Windows color (decimal): -3536853 or 2820298. OLE color: 2820298.

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

Color convert

RGB202843-
CMYK00.960.790.21
HSL349.18º92.38%41.18%-
HSV(B)349.18º96.04%79.22%-
XYZ24.8812.93.47-
YUV70112.77222.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.84%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=79.84%
G=3.16%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20284300.960.790.21349.1892.3841.18
HexCA82B0604F1515d5c29
Octal312105301401172553513451
Binary110010101000101011011000001001111101011010111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA082B; }

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

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

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

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

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

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

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

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