Html Css Color HEX #C4191D Fire Engine Red

📋 copy color: '#C4191D'

red 196 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #C4191D

Tints of Fire Engine Red #C4191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 78.4%
G = 10%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4191D (or 0xC4191D) is known color: Fire Engine Red. HEX triplet: C4, 19 and 1D. RGB value is (196,25,29). Sum of RGB (Red+Green+Blue) = 196+25+29=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C4191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4191D is #3BE6E2. Grayscale: #4C4C4C. Windows color (decimal): -3925731 or 1907140. OLE color: 1907140.

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

Color convert

RGB 196 25 29 -
CMYK 0 0.87 0.85 0.23
HSL 358.6º 0.77% 0.43% -
HSV(B) 358.6º 0.87% 0.77% -
XYZ 23.33 12.52 2.35 -
YUV 76.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 196 25 29 0 0.87 0.85 0.23 358.6 0.77 0.43
Hex C4 19 1D 0 57 55 17 167 4D 2B
Octal 304 31 35 0 127 125 27 547 115 53
Binary 11000100 11001 11101 0 1010111 1010101 10111 101100111 1001101 101011

Color Harmonies of #C4191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4191D

Black with #C4191D

Text Example


Text Example

White with #C4191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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