#CA1A26

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

Shades of Fire Engine Red #CA1A26

Tints of Fire Engine Red #CA1A26

Color information

#CA1A26 (or 0xCA1A26) is unknown color: approx Fire Engine Red. HEX triplet: CA, 1A and 26. RGB value is (202,26,38). Sum of RGB (Red+Green+Blue) = 202+26+38=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A26 is #35E5D9. Grayscale: #505050. Windows color (decimal): -3532250 or 2497226. OLE color: 2497226.

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

Color convert

RGB2022638-
CMYK00.870.810.21
HSL355.91º77.19%44.71%-
HSV(B)355.91º87.13%79.22%-
XYZ25.0813.443.11-
YUV79.99104.31215.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.94%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=75.94%
G=9.77%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202263800.870.810.21355.9177.1944.71
HexCA1A2605751151644d2d
Octal312324601271212554411555
Binary1100101011010100110010101111010001101011011001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A26; }

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

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

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

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

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

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

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

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