Html Css Color HEX #C4131F Fire Engine Red

📋 copy color: '#C4131F'

red 196 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #C4131F

Tints of Fire Engine Red #C4131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 79.67%
G = 7.72%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4131F (or 0xC4131F) is known color: Fire Engine Red. HEX triplet: C4, 13 and 1F. RGB value is (196,19,31). Sum of RGB (Red+Green+Blue) = 196+19+31=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C4131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4131F is #3BECE0. Grayscale: #494949. Windows color (decimal): -3927265 or 2036676. OLE color: 2036676.

HSL color Cylindrical-coordinate representation of color #C4131F: hue angle of 355.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4131F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 31 -
CMYK 0 0.90 0.84 0.23
HSL 355.93º 0.82% 0.42% -
HSV(B) 355.93º 0.9% 0.77% -
XYZ 23.25 12.3 2.45 -
YUV 73.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 196 19 31 0 0.90 0.84 0.23 355.93 0.82 0.42
Hex C4 13 1F 0 5A 54 17 164 52 2A
Octal 304 23 37 0 132 124 27 544 122 52
Binary 11000100 10011 11111 0 1011010 1010100 10111 101100100 1010010 101010

Color Harmonies of #C4131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4131F

Black with #C4131F

Text Example


Text Example

White with #C4131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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