#CA0D1E

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

Shades of Fire Engine Red #CA0D1E

Tints of Fire Engine Red #CA0D1E

Color information

#CA0D1E (or 0xCA0D1E) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0D and 1E. RGB value is (202,13,30). Sum of RGB (Red+Green+Blue) = 202+13+30=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D1E is #35F2E1. Grayscale: #474747. Windows color (decimal): -3535586 or 1969610. OLE color: 1969610.

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

Color convert

RGB2021330-
CMYK00.940.850.21
HSL354.6º87.91%42.16%-
HSV(B)354.6º93.56%79.22%-
XYZ24.7412.942.42-
YUV71.45104.62221.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 82.45%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=82.45%
G=5.31%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202133000.940.850.21354.687.9142.16
HexCAD1E05E5515163582a
Octal312153601361252554313052
Binary11001010110111110010111101010101101011011000111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D1E; }

 p { color: rgb(202,13,30); }

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

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

 a { background-color: rgb(202,13,30); }

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

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

 span { border-color: rgb(202,13,30); }

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