Html Css Color HEX #C21518 Fire Engine Red

📋 copy color: '#C21518'

red 194 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #C21518

Tints of Fire Engine Red #C21518

RGB

 RED value IS 194 (76.17% from 255) = 81.17%

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 81.17%
G = 8.79%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21518 (or 0xC21518) is known color: Fire Engine Red. HEX triplet: C2, 15 and 18. RGB value is (194,21,24). Sum of RGB (Red+Green+Blue) = 194+21+24=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C21518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21518 is #3DEAE7. Grayscale: #494949. Windows color (decimal): -4057832 or 1578434. OLE color: 1578434.

HSL color Cylindrical-coordinate representation of color #C21518: hue angle of 358.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21518 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 24 -
CMYK 0 0.89 0.88 0.24
HSL 358.96º 0.8% 0.42% -
HSV(B) 358.96º 0.89% 0.76% -
XYZ 22.68 12.07 2 -
YUV 73.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 194 21 24 0 0.89 0.88 0.24 358.96 0.8 0.42
Hex C2 15 18 0 59 58 18 167 50 2A
Octal 302 25 30 0 131 130 30 547 120 52
Binary 11000010 10101 11000 0 1011001 1011000 11000 101100111 1010000 101010

Color Harmonies of #C21518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21518

Black with #C21518

Text Example


Text Example

White with #C21518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21518; }

 p { color: rgb(194,21,24); }

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

background-color css

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

 a { background-color: rgb(194,21,24); }

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

border-color css

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

 span { border-color: rgb(194,21,24); }

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