Html Css Color HEX #CA1218 Fire Engine Red

📋 copy color: '#CA1218'

red 202 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #CA1218

Tints of Fire Engine Red #CA1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 82.79%
G = 7.38%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA1218 (or 0xCA1218) is known color: Fire Engine Red. HEX triplet: CA, 12 and 18. RGB value is (202,18,24). Sum of RGB (Red+Green+Blue) = 202+18+24=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1218 is #35EDE7. Grayscale: #494949. Windows color (decimal): -3534312 or 1577674. OLE color: 1577674.

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

Color convert

RGB 202 18 24 -
CMYK 0 0.91 0.88 0.21
HSL 358.04º 0.84% 0.43% -
HSV(B) 358.04º 0.91% 0.79% -
XYZ 24.74 13.06 2.08 -
YUV 73.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 202 18 24 0 0.91 0.88 0.21 358.04 0.84 0.43
Hex CA 12 18 0 5B 58 15 166 54 2B
Octal 312 22 30 0 133 130 25 546 124 53
Binary 11001010 10010 11000 0 1011011 1011000 10101 101100110 1010100 101011

Color Harmonies of #CA1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1218

Black with #CA1218

Text Example


Text Example

White with #CA1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1218; }

 p { color: rgb(202,18,24); }

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

background-color css

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

 a { background-color: rgb(202,18,24); }

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

border-color css

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

 span { border-color: rgb(202,18,24); }

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