Html Css Color HEX #C41020 Fire Engine Red

📋 copy color: '#C41020'

red 196 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #C41020

Tints of Fire Engine Red #C41020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 80.33%
G = 6.56%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C41020 (or 0xC41020) is known color: Fire Engine Red. HEX triplet: C4, 10 and 20. RGB value is (196,16,32). Sum of RGB (Red+Green+Blue) = 196+16+32=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C41020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41020 is #3BEFDF. Grayscale: #474747. Windows color (decimal): -3928032 or 2101444. OLE color: 2101444.

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

Color convert

RGB 196 16 32 -
CMYK 0 0.92 0.84 0.23
HSL 354.67º 0.85% 0.42% -
HSV(B) 354.67º 0.92% 0.77% -
XYZ 23.21 12.21 2.5 -
YUV 71.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 196 16 32 0 0.92 0.84 0.23 354.67 0.85 0.42
Hex C4 10 20 0 5C 54 17 163 55 2A
Octal 304 20 40 0 134 124 27 543 125 52
Binary 11000100 10000 100000 0 1011100 1010100 10111 101100011 1010101 101010

Color Harmonies of #C41020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41020

Black with #C41020

Text Example


Text Example

White with #C41020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41020; }

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

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

background-color css

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

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

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

border-color css

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

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

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