Html Css Color HEX #C21718 Fire Engine Red

📋 copy color: '#C21718'

red 194 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #C21718

Tints of Fire Engine Red #C21718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 80.5%
G = 9.54%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21718 (or 0xC21718) is known color: Fire Engine Red. HEX triplet: C2, 17 and 18. RGB value is (194,23,24). Sum of RGB (Red+Green+Blue) = 194+23+24=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C21718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21718 is #3DE8E7. Grayscale: #4A4A4A. Windows color (decimal): -4057320 or 1578946. OLE color: 1578946.

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

Color convert

RGB 194 23 24 -
CMYK 0 0.88 0.88 0.24
HSL 359.65º 0.79% 0.43% -
HSV(B) 359.65º 0.88% 0.76% -
XYZ 22.72 12.15 2.01 -
YUV 74.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 194 23 24 0 0.88 0.88 0.24 359.65 0.79 0.43
Hex C2 17 18 0 58 58 18 168 4F 2B
Octal 302 27 30 0 130 130 30 550 117 53
Binary 11000010 10111 11000 0 1011000 1011000 11000 101101000 1001111 101011

Color Harmonies of #C21718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21718

Black with #C21718

Text Example


Text Example

White with #C21718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21718; }

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

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

background-color css

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

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

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

border-color css

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

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

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