#D30828

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

Shades of Fire Engine Red #D30828

Tints of Fire Engine Red #D30828

Color information

#D30828 (or 0xD30828) is unknown color: approx Fire Engine Red. HEX triplet: D3, 08 and 28. RGB value is (211,8,40). Sum of RGB (Red+Green+Blue) = 211+8+40=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D30828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30828 is #2CF7D7. Grayscale: #484848. Windows color (decimal): -2947032 or 2623699. OLE color: 2623699.

HSL color Cylindrical-coordinate representation of color #D30828: hue angle of 350.54º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30828 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB211840-
CMYK00.960.810.17
HSL350.54º92.69%42.94%-
HSV(B)350.54º96.21%82.75%-
XYZ27.3314.183.3-
YUV72.34109.75226.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 81.47%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=81.47%
G=3.09%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21184000.960.810.17350.5492.6942.94
HexD3828060511115f5d2b
Octal323105001401212153713553
Binary110100111000101000011000001010001100011010111111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30828; }

 p { color: rgb(211,8,40); }

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

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

 a { background-color: rgb(211,8,40); }

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

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

 span { border-color: rgb(211,8,40); }

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