Html Css Color HEX #C41122 Fire Engine Red

📋 copy color: '#C41122'

red 196 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #C41122

Tints of Fire Engine Red #C41122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 79.35%
G = 6.88%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41122 (or 0xC41122) is known color: Fire Engine Red. HEX triplet: C4, 11 and 22. RGB value is (196,17,34). Sum of RGB (Red+Green+Blue) = 196+17+34=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C41122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41122 is #3BEEDD. Grayscale: #484848. Windows color (decimal): -3927774 or 2232772. OLE color: 2232772.

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

Color convert

RGB 196 17 34 -
CMYK 0 0.91 0.83 0.23
HSL 354.3º 0.84% 0.42% -
HSV(B) 354.3º 0.91% 0.77% -
XYZ 23.25 12.25 2.65 -
YUV 72.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 196 17 34 0 0.91 0.83 0.23 354.3 0.84 0.42
Hex C4 11 22 0 5B 53 17 162 54 2A
Octal 304 21 42 0 133 123 27 542 124 52
Binary 11000100 10001 100010 0 1011011 1010011 10111 101100010 1010100 101010

Color Harmonies of #C41122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41122

Black with #C41122

Text Example


Text Example

White with #C41122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41122; }

 p { color: rgb(196,17,34); }

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

background-color css

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

 a { background-color: rgb(196,17,34); }

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

border-color css

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

 span { border-color: rgb(196,17,34); }

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