#D6192A

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

Shades of Fire Engine Red #D6192A

Tints of Fire Engine Red #D6192A

Color information

#D6192A (or 0xD6192A) is unknown color: approx Fire Engine Red. HEX triplet: D6, 19 and 2A. RGB value is (214,25,42). Sum of RGB (Red+Green+Blue) = 214+25+42=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6192A is #29E6D5. Grayscale: #535353. Windows color (decimal): -2746070 or 2759126. OLE color: 2759126.

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

Color convert

RGB2142542-
CMYK00.880.800.16
HSL354.6º79.08%46.86%-
HSV(B)354.6º88.32%83.92%-
XYZ28.515.163.61-
YUV83.45104.62221.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.16%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=76.16%
G=8.90%
B=14.95%

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
Decimal214254200.880.800.16354.679.0846.86
HexD6192A05850101634f2f
Octal326315201301202054311757
Binary1101011011001101010010110001010000100001011000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6192A; }

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

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

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

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

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

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

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

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