Html Css Color HEX #C4191C Fire Engine Red

📋 copy color: '#C4191C'

red 196 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #C4191C

Tints of Fire Engine Red #C4191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 78.71%
G = 10.04%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4191C (or 0xC4191C) is known color: Fire Engine Red. HEX triplet: C4, 19 and 1C. RGB value is (196,25,28). Sum of RGB (Red+Green+Blue) = 196+25+28=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C4191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4191C is #3BE6E3. Grayscale: #4C4C4C. Windows color (decimal): -3925732 or 1841604. OLE color: 1841604.

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

Color convert

RGB 196 25 28 -
CMYK 0 0.87 0.86 0.23
HSL 358.95º 0.77% 0.43% -
HSV(B) 358.95º 0.87% 0.77% -
XYZ 23.32 12.51 2.29 -
YUV 76.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 196 25 28 0 0.87 0.86 0.23 358.95 0.77 0.43
Hex C4 19 1C 0 57 56 17 167 4D 2B
Octal 304 31 34 0 127 126 27 547 115 53
Binary 11000100 11001 11100 0 1010111 1010110 10111 101100111 1001101 101011

Color Harmonies of #C4191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4191C

Black with #C4191C

Text Example


Text Example

White with #C4191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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