Html Css Color HEX #C41520 Fire Engine Red

📋 copy color: '#C41520'

red 196 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #C41520

Tints of Fire Engine Red #C41520

RGB

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

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

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

R = 78.71%
G = 8.43%
B = 12.85%

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

#C41520 (or 0xC41520) is known color: Fire Engine Red. HEX triplet: C4, 15 and 20. RGB value is (196,21,32). Sum of RGB (Red+Green+Blue) = 196+21+32=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C41520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41520 is #3BEADF. Grayscale: #4A4A4A. Windows color (decimal): -3926752 or 2102724. OLE color: 2102724.

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

Color convert

RGB 196 21 32 -
CMYK 0 0.89 0.84 0.23
HSL 356.23º 0.81% 0.43% -
HSV(B) 356.23º 0.89% 0.77% -
XYZ 23.29 12.38 2.53 -
YUV 74.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 196 21 32 0 0.89 0.84 0.23 356.23 0.81 0.43
Hex C4 15 20 0 59 54 17 164 51 2B
Octal 304 25 40 0 131 124 27 544 121 53
Binary 11000100 10101 100000 0 1011001 1010100 10111 101100100 1010001 101011

Color Harmonies of #C41520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41520

Black with #C41520

Text Example


Text Example

White with #C41520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41520; }

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

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

background-color css

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

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

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

border-color css

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

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

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