#CA1A1E

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

Shades of Fire Engine Red #CA1A1E

Tints of Fire Engine Red #CA1A1E

Color information

#CA1A1E (or 0xCA1A1E) is unknown color: approx Fire Engine Red. HEX triplet: CA, 1A and 1E. RGB value is (202,26,30). Sum of RGB (Red+Green+Blue) = 202+26+30=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A1E is #35E5E1. Grayscale: #4F4F4F. Windows color (decimal): -3532258 or 1972938. OLE color: 1972938.

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

Color convert

RGB2022630-
CMYK00.870.850.21
HSL358.64º77.19%44.71%-
HSV(B)358.64º87.13%79.22%-
XYZ24.9613.392.5-
YUV79.08100.31215.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.29%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=78.29%
G=10.08%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202263000.870.850.21358.6477.1944.71
HexCA1A1E05755151674d2d
Octal312323601271252554711555
Binary110010101101011110010101111010101101011011001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A1E; }

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

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

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

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

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

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

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

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