#D6192B

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

Shades of Fire Engine Red #D6192B

Tints of Fire Engine Red #D6192B

Color information

#D6192B (or 0xD6192B) is unknown color: approx Fire Engine Red. HEX triplet: D6, 19 and 2B. RGB value is (214,25,43). Sum of RGB (Red+Green+Blue) = 214+25+43=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6192B is #29E6D4. Grayscale: #535353. Windows color (decimal): -2746069 or 2824662. OLE color: 2824662.

HSL color Cylindrical-coordinate representation of color #D6192B: hue angle of 354.29º 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 #D6192B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2142543-
CMYK00.880.800.16
HSL354.29º79.08%46.86%-
HSV(B)354.29º88.32%83.92%-
XYZ28.5215.173.71-
YUV83.56105.12221.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.89%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=75.89%
G=8.87%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214254300.880.800.16354.2979.0846.86
HexD6192B05850101624f2f
Octal326315301301202054211757
Binary1101011011001101011010110001010000100001011000101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6192B; }

 p { color: rgb(214,25,43); }

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

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

 a { background-color: rgb(214,25,43); }

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

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

 span { border-color: rgb(214,25,43); }

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