#D50624

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

Shades of Fire Engine Red #D50624

Tints of Fire Engine Red #D50624

Color information

#D50624 (or 0xD50624) is unknown color: approx Fire Engine Red. HEX triplet: D5, 06 and 24. RGB value is (213,6,36). Sum of RGB (Red+Green+Blue) = 213+6+36=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50624 is #2AF9DB. Grayscale: #474747. Windows color (decimal): -2816476 or 2361045. OLE color: 2361045.

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

Color convert

RGB213636-
CMYK00.970.830.16
HSL351.3º94.52%42.94%-
HSV(B)351.3º97.18%83.53%-
XYZ27.8214.42.98-
YUV71.31108.08229.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 83.53%
GREEN value IS 6 (2.73% from 255) = 2.35%
BLUE value IS 36 (14.45% from 255) = 14.12%
R=83.53%
G=2.35%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21363600.970.830.16351.394.5242.94
HexD5624061531015f5f2b
Octal32564401411232053713753
Binary11010101110100100011000011010011100001010111111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50624; }

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

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

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

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

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

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

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

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