#CA0F2A

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

Shades of Fire Engine Red #CA0F2A

Tints of Fire Engine Red #CA0F2A

Color information

#CA0F2A (or 0xCA0F2A) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0F and 2A. RGB value is (202,15,42). Sum of RGB (Red+Green+Blue) = 202+15+42=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F2A is #35F0D5. Grayscale: #4A4A4A. Windows color (decimal): -3535062 or 2756554. OLE color: 2756554.

HSL color Cylindrical-coordinate representation of color #CA0F2A: hue angle of 351.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F2A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2021542-
CMYK00.930.790.21
HSL351.34º86.18%42.55%-
HSV(B)351.34º92.57%79.22%-
XYZ24.9513.073.4-
YUV73.99109.95219.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 77.99%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=77.99%
G=5.79%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202154200.930.790.21351.3486.1842.55
HexCAF2A05D4F1515f562b
Octal312175201351172553712653
Binary110010101111101010010111011001111101011010111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0F2A; }

 p { color: rgb(202,15,42); }

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

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

 a { background-color: rgb(202,15,42); }

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

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

 span { border-color: rgb(202,15,42); }

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