Html Css Color HEX #C4191F Fire Engine Red

📋 copy color: '#C4191F'

red 196 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #C4191F

Tints of Fire Engine Red #C4191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 77.78%
G = 9.92%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4191F (or 0xC4191F) is known color: Fire Engine Red. HEX triplet: C4, 19 and 1F. RGB value is (196,25,31). Sum of RGB (Red+Green+Blue) = 196+25+31=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C4191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4191F is #3BE6E0. Grayscale: #4C4C4C. Windows color (decimal): -3925729 or 2038212. OLE color: 2038212.

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

Color convert

RGB 196 25 31 -
CMYK 0 0.87 0.84 0.23
HSL 357.89º 0.77% 0.43% -
HSV(B) 357.89º 0.87% 0.77% -
XYZ 23.36 12.53 2.48 -
YUV 76.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 196 25 31 0 0.87 0.84 0.23 357.89 0.77 0.43
Hex C4 19 1F 0 57 54 17 166 4D 2B
Octal 304 31 37 0 127 124 27 546 115 53
Binary 11000100 11001 11111 0 1010111 1010100 10111 101100110 1001101 101011

Color Harmonies of #C4191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4191F

Black with #C4191F

Text Example


Text Example

White with #C4191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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