#D30F21

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

Shades of Fire Engine Red #D30F21

Tints of Fire Engine Red #D30F21

Color information

#D30F21 (or 0xD30F21) is unknown color: approx Fire Engine Red. HEX triplet: D3, 0F and 21. RGB value is (211,15,33). Sum of RGB (Red+Green+Blue) = 211+15+33=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F21 is #2CF0DE. Grayscale: #4B4B4B. Windows color (decimal): -2945247 or 2166739. OLE color: 2166739.

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

Color convert

RGB2111533-
CMYK00.930.840.17
HSL354.49º86.73%44.31%-
HSV(B)354.49º92.89%82.75%-
XYZ27.3114.32.76-
YUV75.66103.93224.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 81.47%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=81.47%
G=5.79%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211153300.930.840.17354.4986.7344.31
HexD3F2105D5411162572c
Octal323174101351242154212754
Binary110100111111100001010111011010100100011011000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30F21; }

 p { color: rgb(211,15,33); }

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

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

 a { background-color: rgb(211,15,33); }

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

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

 span { border-color: rgb(211,15,33); }

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