Html Css Color HEX #C41720 Fire Engine Red

📋 copy color: '#C41720'

red 196 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #C41720

Tints of Fire Engine Red #C41720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 78.09%
G = 9.16%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C41720 (or 0xC41720) is known color: Fire Engine Red. HEX triplet: C4, 17 and 20. RGB value is (196,23,32). Sum of RGB (Red+Green+Blue) = 196+23+32=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41720 is #3BE8DF. Grayscale: #4B4B4B. Windows color (decimal): -3926240 or 2103236. OLE color: 2103236.

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

Color convert

RGB 196 23 32 -
CMYK 0 0.88 0.84 0.23
HSL 356.88º 0.79% 0.43% -
HSV(B) 356.88º 0.88% 0.77% -
XYZ 23.33 12.45 2.54 -
YUV 75.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 196 23 32 0 0.88 0.84 0.23 356.88 0.79 0.43
Hex C4 17 20 0 58 54 17 165 4F 2B
Octal 304 27 40 0 130 124 27 545 117 53
Binary 11000100 10111 100000 0 1011000 1010100 10111 101100101 1001111 101011

Color Harmonies of #C41720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41720

Black with #C41720

Text Example


Text Example

White with #C41720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41720; }

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

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

background-color css

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

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

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

border-color css

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

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

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