Html Css Color HEX #C41517 Fire Engine Red

📋 copy color: '#C41517'

red 196 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #C41517

Tints of Fire Engine Red #C41517

RGB

 RED value IS 196 (76.95% from 255) = 81.67%

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

 BLUE value IS 23 (9.38% from 255) = 9.58%

R = 81.67%
G = 8.75%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41517 (or 0xC41517) is known color: Fire Engine Red. HEX triplet: C4, 15 and 17. RGB value is (196,21,23). Sum of RGB (Red+Green+Blue) = 196+21+23=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41517 is #3BEAE8. Grayscale: #494949. Windows color (decimal): -3926761 or 1512900. OLE color: 1512900.

HSL color Cylindrical-coordinate representation of color #C41517: hue angle of 359.31º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41517 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 23 -
CMYK 0 0.89 0.88 0.23
HSL 359.31º 0.81% 0.43% -
HSV(B) 359.31º 0.89% 0.77% -
XYZ 23.19 12.33 1.97 -
YUV 73.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 196 21 23 0 0.89 0.88 0.23 359.31 0.81 0.43
Hex C4 15 17 0 59 58 17 167 51 2B
Octal 304 25 27 0 131 130 27 547 121 53
Binary 11000100 10101 10111 0 1011001 1011000 10111 101100111 1010001 101011

Color Harmonies of #C41517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41517

Black with #C41517

Text Example


Text Example

White with #C41517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41517; }

 p { color: rgb(196,21,23); }

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

background-color css

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

 a { background-color: rgb(196,21,23); }

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

border-color css

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

 span { border-color: rgb(196,21,23); }

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