Html Css Color HEX #C41617 Fire Engine Red

📋 copy color: '#C41617'

red 196 ◦ green 22 ◦ blue 23

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

Shades of Fire Engine Red #C41617

Tints of Fire Engine Red #C41617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 81.33%
G = 9.13%
B = 9.54%

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

#C41617 (or 0xC41617) is known color: Fire Engine Red. HEX triplet: C4, 16 and 17. RGB value is (196,22,23). Sum of RGB (Red+Green+Blue) = 196+22+23=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C41617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41617 is #3BE9E8. Grayscale: #4A4A4A. Windows color (decimal): -3926505 or 1513156. OLE color: 1513156.

HSL color Cylindrical-coordinate representation of color #C41617: hue angle of 359.66º degrees, saturation: 0.8, 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 #C41617 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 22 23 -
CMYK 0 0.89 0.88 0.23
HSL 359.66º 0.8% 0.43% -
HSV(B) 359.66º 0.89% 0.77% -
XYZ 23.21 12.37 1.98 -
YUV 74.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 196 22 23 0 0.89 0.88 0.23 359.66 0.8 0.43
Hex C4 16 17 0 59 58 17 168 50 2B
Octal 304 26 27 0 131 130 27 550 120 53
Binary 11000100 10110 10111 0 1011001 1011000 10111 101101000 1010000 101011

Color Harmonies of #C41617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41617

Black with #C41617

Text Example


Text Example

White with #C41617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41617; }

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

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

background-color css

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

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

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

border-color css

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

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

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