#CA0F27

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

Shades of Fire Engine Red #CA0F27

Tints of Fire Engine Red #CA0F27

Color information

#CA0F27 (or 0xCA0F27) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0F and 27. RGB value is (202,15,39). Sum of RGB (Red+Green+Blue) = 202+15+39=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F27 is #35F0D8. Grayscale: #494949. Windows color (decimal): -3535065 or 2559946. OLE color: 2559946.

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

Color convert

RGB2021539-
CMYK00.930.810.21
HSL352.3º86.18%42.55%-
HSV(B)352.3º92.57%79.22%-
XYZ24.8913.043.13-
YUV73.65108.45219.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.91%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=78.91%
G=5.86%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202153900.930.810.21352.386.1842.55
HexCAF2705D5115160562b
Octal312174701351212554012653
Binary110010101111100111010111011010001101011011000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0F27; }

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

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

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

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

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

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

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

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