#CA192D

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

Shades of Fire Engine Red #CA192D

Tints of Fire Engine Red #CA192D

Color information

#CA192D (or 0xCA192D) is unknown color: approx Fire Engine Red. HEX triplet: CA, 19 and 2D. RGB value is (202,25,45). Sum of RGB (Red+Green+Blue) = 202+25+45=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA192D is #35E6D2. Grayscale: #505050. Windows color (decimal): -3532499 or 2955722. OLE color: 2955722.

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

Color convert

RGB2022545-
CMYK00.880.780.21
HSL353.22º77.97%44.51%-
HSV(B)353.22º87.62%79.22%-
XYZ25.1813.443.75-
YUV80.2108.14214.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.26%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=74.26%
G=9.19%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202254500.880.780.21353.2277.9744.51
HexCA192D0584E151614e2d
Octal312315501301162554111655
Binary1100101011001101101010110001001110101011011000011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA192D; }

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

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

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

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

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

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

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

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