Html Css Color HEX #C4111D Fire Engine Red

📋 copy color: '#C4111D'

red 196 ◦ green 17 ◦ blue 29

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

Shades of Fire Engine Red #C4111D

Tints of Fire Engine Red #C4111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 80.99%
G = 7.02%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4111D (or 0xC4111D) is known color: Fire Engine Red. HEX triplet: C4, 11 and 1D. RGB value is (196,17,29). Sum of RGB (Red+Green+Blue) = 196+17+29=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4111D is #3BEEE2. Grayscale: #484848. Windows color (decimal): -3927779 or 1905092. OLE color: 1905092.

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

Color convert

RGB 196 17 29 -
CMYK 0 0.91 0.85 0.23
HSL 355.98º 0.84% 0.42% -
HSV(B) 355.98º 0.91% 0.77% -
XYZ 23.19 12.23 2.3 -
YUV 71.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 196 17 29 0 0.91 0.85 0.23 355.98 0.84 0.42
Hex C4 11 1D 0 5B 55 17 164 54 2A
Octal 304 21 35 0 133 125 27 544 124 52
Binary 11000100 10001 11101 0 1011011 1010101 10111 101100100 1010100 101010

Color Harmonies of #C4111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4111D

Black with #C4111D

Text Example


Text Example

White with #C4111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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