#D7191F

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

Shades of Fire Engine Red #D7191F

Tints of Fire Engine Red #D7191F

Color information

#D7191F (or 0xD7191F) is unknown color: approx Fire Engine Red. HEX triplet: D7, 19 and 1F. RGB value is (215,25,31). Sum of RGB (Red+Green+Blue) = 215+25+31=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D7191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7191F is #28E6E0. Grayscale: #525252. Windows color (decimal): -2680545 or 2038231. OLE color: 2038231.

HSL color Cylindrical-coordinate representation of color #D7191F: hue angle of 358.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7191F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2152531-
CMYK00.880.860.16
HSL358.11º79.17%47.06%-
HSV(B)358.11º88.37%84.31%-
XYZ28.6215.242.73-
YUV82.4998.95222.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 79.34%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=79.34%
G=9.23%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215253100.880.860.16358.1179.1747.06
HexD7191F05856101664f2f
Octal327313701301262054611757
Binary110101111100111111010110001010110100001011001101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7191F; }

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

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

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

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

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

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

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

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