#D50626

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

Shades of Fire Engine Red #D50626

Tints of Fire Engine Red #D50626

Color information

#D50626 (or 0xD50626) is unknown color: approx Fire Engine Red. HEX triplet: D5, 06 and 26. RGB value is (213,6,38). Sum of RGB (Red+Green+Blue) = 213+6+38=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50626 is #2AF9D9. Grayscale: #474747. Windows color (decimal): -2816474 or 2492117. OLE color: 2492117.

HSL color Cylindrical-coordinate representation of color #D50626: hue angle of 350.72º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50626 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB213638-
CMYK00.970.820.16
HSL350.72º94.52%42.94%-
HSV(B)350.72º97.18%83.53%-
XYZ27.8614.423.15-
YUV71.54109.08228.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 82.88%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=82.88%
G=2.33%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21363800.970.820.16350.7294.5242.94
HexD5626061521015f5f2b
Octal32564601411222053713753
Binary11010101110100110011000011010010100001010111111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50626; }

 p { color: rgb(213,6,38); }

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

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

 a { background-color: rgb(213,6,38); }

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

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

 span { border-color: rgb(213,6,38); }

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