#D30527

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

Shades of Fire Engine Red #D30527

Tints of Fire Engine Red #D30527

Color information

#D30527 (or 0xD30527) is unknown color: approx Fire Engine Red. HEX triplet: D3, 05 and 27. RGB value is (211,5,39). Sum of RGB (Red+Green+Blue) = 211+5+39=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D30527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30527 is #2CFAD8. Grayscale: #464646. Windows color (decimal): -2947801 or 2557395. OLE color: 2557395.

HSL color Cylindrical-coordinate representation of color #D30527: hue angle of 350.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30527 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB211539-
CMYK00.980.820.17
HSL350.1º95.37%42.35%-
HSV(B)350.1º97.63%82.75%-
XYZ27.2814.13.2-
YUV70.47110.25228.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 82.75%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=82.75%
G=1.96%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21153900.980.820.17350.195.3742.35
HexD3527062521115e5f2a
Octal32354701421222153613752
Binary11010011101100111011000101010010100011010111101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30527; }

 p { color: rgb(211,5,39); }

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

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

 a { background-color: rgb(211,5,39); }

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

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

 span { border-color: rgb(211,5,39); }

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