Html Css Color HEX #CA1119 Fire Engine Red

📋 copy color: '#CA1119'

red 202 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #CA1119

Tints of Fire Engine Red #CA1119

RGB

 RED value IS 202 (79.3% from 255) = 82.79%

 GREEN value IS 17 (7.03% from 255) = 6.97%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 82.79%
G = 6.97%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA1119 (or 0xCA1119) is known color: Fire Engine Red. HEX triplet: CA, 11 and 19. RGB value is (202,17,25). Sum of RGB (Red+Green+Blue) = 202+17+25=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1119 is #35EEE6. Grayscale: #494949. Windows color (decimal): -3534567 or 1642954. OLE color: 1642954.

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

Color convert

RGB 202 17 25 -
CMYK 0 0.92 0.88 0.21
HSL 357.41º 0.84% 0.43% -
HSV(B) 357.41º 0.92% 0.79% -
XYZ 24.73 13.03 2.13 -
YUV 73.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 202 17 25 0 0.92 0.88 0.21 357.41 0.84 0.43
Hex CA 11 19 0 5C 58 15 165 54 2B
Octal 312 21 31 0 134 130 25 545 124 53
Binary 11001010 10001 11001 0 1011100 1011000 10101 101100101 1010100 101011

Color Harmonies of #CA1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1119

Black with #CA1119

Text Example


Text Example

White with #CA1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1119; }

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

 H1.HeaderClassName
 {
   color: #CA1119;
 }
 .AnyTagClassName
 {
   color: #CA1119;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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