#D50D1B

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

Shades of Fire Engine Red #D50D1B

Tints of Fire Engine Red #D50D1B

Color information

#D50D1B (or 0xD50D1B) is unknown color: approx Fire Engine Red. HEX triplet: D5, 0D and 1B. RGB value is (213,13,27). Sum of RGB (Red+Green+Blue) = 213+13+27=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D1B is #2AF2E4. Grayscale: #4A4A4A. Windows color (decimal): -2814693 or 1773013. OLE color: 1773013.

HSL color Cylindrical-coordinate representation of color #D50D1B: hue angle of 355.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D1B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB2131327-
CMYK00.940.870.16
HSL355.8º88.5%44.31%-
HSV(B)355.8º93.9%83.53%-
XYZ27.7814.512.37-
YUV74.4101.26226.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 84.19%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=84.19%
G=5.14%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213132700.940.870.16355.888.544.31
HexD5D1B05E5710164582c
Octal325153301361272054413054
Binary11010101110111011010111101010111100001011001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50D1B; }

 p { color: rgb(213,13,27); }

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

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

 a { background-color: rgb(213,13,27); }

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

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

 span { border-color: rgb(213,13,27); }

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