#C4131C

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

Shades of Fire Engine Red #C4131C

Tints of Fire Engine Red #C4131C

Color information

#C4131C (or 0xC4131C) is unknown color: approx Fire Engine Red. HEX triplet: C4, 13 and 1C. RGB value is (196,19,28). Sum of RGB (Red+Green+Blue) = 196+19+28=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4131C is #3BECE3. Grayscale: #494949. Windows color (decimal): -3927268 or 1840068. OLE color: 1840068.

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

Color convert

RGB1961928-
CMYK00.900.860.23
HSL356.95º82.33%42.16%-
HSV(B)356.95º90.31%76.86%-
XYZ23.2112.292.25-
YUV72.95102.64215.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.66%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=80.66%
G=7.82%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196192800.900.860.23356.9582.3342.16
HexC4131C05A5617165522a
Octal304233401321262754512252
Binary110001001001111100010110101010110101111011001011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4131C; }

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

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

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

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

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

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

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

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