Html Css Color HEX #C4111E Fire Engine Red

📋 copy color: '#C4111E'

red 196 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #C4111E

Tints of Fire Engine Red #C4111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.35%

R = 80.66%
G = 7%
B = 12.35%

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

#C4111E (or 0xC4111E) is known color: Fire Engine Red. HEX triplet: C4, 11 and 1E. RGB value is (196,17,30). Sum of RGB (Red+Green+Blue) = 196+17+30=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4111E is #3BEEE1. Grayscale: #484848. Windows color (decimal): -3927778 or 1970628. OLE color: 1970628.

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

Color convert

RGB 196 17 30 -
CMYK 0 0.91 0.85 0.23
HSL 355.64º 0.84% 0.42% -
HSV(B) 355.64º 0.91% 0.77% -
XYZ 23.2 12.23 2.37 -
YUV 72 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 196 17 30 0 0.91 0.85 0.23 355.64 0.84 0.42
Hex C4 11 1E 0 5B 55 17 164 54 2A
Octal 304 21 36 0 133 125 27 544 124 52
Binary 11000100 10001 11110 0 1011011 1010101 10111 101100100 1010100 101010

Color Harmonies of #C4111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4111E

Black with #C4111E

Text Example


Text Example

White with #C4111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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