Html Css Color HEX #CA192D Fire Engine Red

📋 copy color: '#CA192D'

red 202 ◦ green 25 ◦ blue 45

#CA192D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CA192D

Tints of Fire Engine Red #CA192D

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA192D (or 0xCA192D) is known color: 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

RGB 202 25 45 -
CMYK 0 0.88 0.78 0.21
HSL 353.22º 0.78% 0.45% -
HSV(B) 353.22º 0.88% 0.79% -
XYZ 25.18 13.44 3.75 -
YUV 80.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 202 25 45 0 0.88 0.78 0.21 353.22 0.78 0.45
Hex CA 19 2D 0 58 4E 15 161 4E 2D
Octal 312 31 55 0 130 116 25 541 116 55
Binary 11001010 11001 101101 0 1011000 1001110 10101 101100001 1001110 101101

Color Harmonies of #CA192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA192D

Black with #CA192D

Text Example


Text Example

White with #CA192D

Text Example


Text Example

HTML Codes & Css Web 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>