#C3191C

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

Shades of Fire Engine Red #C3191C

Tints of Fire Engine Red #C3191C

Color information

#C3191C (or 0xC3191C) is unknown color: approx Fire Engine Red. HEX triplet: C3, 19 and 1C. RGB value is (195,25,28). Sum of RGB (Red+Green+Blue) = 195+25+28=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C3191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3191C is #3CE6E3. Grayscale: #4C4C4C. Windows color (decimal): -3991268 or 1841603. OLE color: 1841603.

HSL color Cylindrical-coordinate representation of color #C3191C: hue angle of 358.94º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3191C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1952528-
CMYK00.870.860.24
HSL358.94º77.27%43.14%-
HSV(B)358.94º87.18%76.47%-
XYZ23.0612.382.27-
YUV76.17100.82212.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78.63%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=78.63%
G=10.08%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195252800.870.860.24358.9477.2743.14
HexC3191C05756181674d2b
Octal303313401271263054711553
Binary110000111100111100010101111010110110001011001111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3191C; }

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

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

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

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

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

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

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

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