Html Css Color HEX #C41620 Fire Engine Red

📋 copy color: '#C41620'

red 196 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #C41620

Tints of Fire Engine Red #C41620

RGB

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

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

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

R = 78.4%
G = 8.8%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C41620 (or 0xC41620) is known color: Fire Engine Red. HEX triplet: C4, 16 and 20. RGB value is (196,22,32). Sum of RGB (Red+Green+Blue) = 196+22+32=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41620 is #3BE9DF. Grayscale: #4B4B4B. Windows color (decimal): -3926496 or 2102980. OLE color: 2102980.

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

Color convert

RGB 196 22 32 -
CMYK 0 0.89 0.84 0.23
HSL 356.55º 0.8% 0.43% -
HSV(B) 356.55º 0.89% 0.77% -
XYZ 23.31 12.41 2.53 -
YUV 75.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 196 22 32 0 0.89 0.84 0.23 356.55 0.8 0.43
Hex C4 16 20 0 59 54 17 165 50 2B
Octal 304 26 40 0 131 124 27 545 120 53
Binary 11000100 10110 100000 0 1011001 1010100 10111 101100101 1010000 101011

Color Harmonies of #C41620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41620

Black with #C41620

Text Example


Text Example

White with #C41620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41620; }

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

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

background-color css

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

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

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

border-color css

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

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

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