#CA2024

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

Shades of Fire Engine Red #CA2024

Tints of Fire Engine Red #CA2024

Color information

#CA2024 (or 0xCA2024) is unknown color: approx Fire Engine Red. HEX triplet: CA, 20 and 24. RGB value is (202,32,36). Sum of RGB (Red+Green+Blue) = 202+32+36=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2024 is #35DFDB. Grayscale: #535353. Windows color (decimal): -3530716 or 2367690. OLE color: 2367690.

HSL color Cylindrical-coordinate representation of color #CA2024: hue angle of 358.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2024 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB2023236-
CMYK00.840.820.21
HSL358.59º72.65%45.88%-
HSV(B)358.59º84.16%79.22%-
XYZ25.1913.722.99-
YUV83.29101.32212.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.81%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=74.81%
G=11.85%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202323600.840.820.21358.5972.6545.88
HexCA20240545215167492e
Octal312404401241222554711156
Binary11001010100000100100010101001010010101011011001111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2024; }

 p { color: rgb(202,32,36); }

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

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

 a { background-color: rgb(202,32,36); }

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

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

 span { border-color: rgb(202,32,36); }

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