#C4131D

Color #C4131D Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C4131D

Tints of Fire Engine Red #C4131D

Color information

#C4131D (or 0xC4131D) is unknown color: approx Fire Engine Red. HEX triplet: C4, 13 and 1D. RGB value is (196,19,29). Sum of RGB (Red+Green+Blue) = 196+19+29=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4131D is #3BECE2. Grayscale: #494949. Windows color (decimal): -3927267 or 1905604. OLE color: 1905604.

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

Color convert

RGB1961929-
CMYK00.900.850.23
HSL356.61º82.33%42.16%-
HSV(B)356.61º90.31%76.86%-
XYZ23.2212.292.31-
YUV73.06103.14215.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.33%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=80.33%
G=7.79%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196192900.900.850.23356.6182.3342.16
HexC4131D05A5517165522a
Octal304233501321252754512252
Binary110001001001111101010110101010101101111011001011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4131D; }

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

 H1.HeaderClassName
 {
   color: #C4131D;
 }
 .AnyTagClassName
 {
   color: #C4131D;
 }
</style>
background-color css

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

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

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

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

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

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