#CA1927

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

Shades of Fire Engine Red #CA1927

Tints of Fire Engine Red #CA1927

Color information

#CA1927 (or 0xCA1927) is unknown color: approx Fire Engine Red. HEX triplet: CA, 19 and 27. RGB value is (202,25,39). Sum of RGB (Red+Green+Blue) = 202+25+39=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1927 is #35E6D8. Grayscale: #4F4F4F. Windows color (decimal): -3532505 or 2562506. OLE color: 2562506.

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

Color convert

RGB2022539-
CMYK00.880.810.21
HSL355.25º77.97%44.51%-
HSV(B)355.25º87.62%79.22%-
XYZ25.0713.43.18-
YUV79.52105.14215.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.94%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=75.94%
G=9.40%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202253900.880.810.21355.2577.9744.51
HexCA192705851151634e2d
Octal312314701301212554311655
Binary1100101011001100111010110001010001101011011000111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1927; }

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

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

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

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

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

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

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

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