#C1191F

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

Shades of Fire Engine Red #C1191F

Tints of Fire Engine Red #C1191F

Color information

#C1191F (or 0xC1191F) is unknown color: approx Fire Engine Red. HEX triplet: C1, 19 and 1F. RGB value is (193,25,31). Sum of RGB (Red+Green+Blue) = 193+25+31=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C1191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1191F is #3EE6E0. Grayscale: #4C4C4C. Windows color (decimal): -4122337 or 2038209. OLE color: 2038209.

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

Color convert

RGB1932531-
CMYK00.870.840.24
HSL357.86º77.06%42.75%-
HSV(B)357.86º87.05%75.69%-
XYZ22.5912.132.45-
YUV75.92102.66211.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.51%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=77.51%
G=10.04%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193253100.870.840.24357.8677.0642.75
HexC1191F05754181664d2b
Octal301313701271243054611553
Binary110000011100111111010101111010100110001011001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1191F; }

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

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

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

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

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

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

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

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