#D0192B

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

Shades of Fire Engine Red #D0192B

Tints of Fire Engine Red #D0192B

Color information

#D0192B (or 0xD0192B) is unknown color: approx Fire Engine Red. HEX triplet: D0, 19 and 2B. RGB value is (208,25,43). Sum of RGB (Red+Green+Blue) = 208+25+43=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0192B is #2FE6D4. Grayscale: #515151. Windows color (decimal): -3139285 or 2824656. OLE color: 2824656.

HSL color Cylindrical-coordinate representation of color #D0192B: hue angle of 354.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2082543-
CMYK00.880.790.18
HSL354.1º78.54%45.69%-
HSV(B)354.1º87.98%81.57%-
XYZ26.814.283.63-
YUV81.77106.13218.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 75.36%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=75.36%
G=9.06%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208254300.880.790.18354.178.5445.69
HexD0192B0584F121624f2e
Octal320315301301172254211756
Binary1101000011001101011010110001001111100101011000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0192B; }

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

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

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

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

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

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

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

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