#D41021

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

Shades of Fire Engine Red #D41021

Tints of Fire Engine Red #D41021

Color information

#D41021 (or 0xD41021) is unknown color: approx Fire Engine Red. HEX triplet: D4, 10 and 21. RGB value is (212,16,33). Sum of RGB (Red+Green+Blue) = 212+16+33=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D41021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41021 is #2BEFDE. Grayscale: #4C4C4C. Windows color (decimal): -2879455 or 2166996. OLE color: 2166996.

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

Color convert

RGB2121633-
CMYK00.920.840.17
HSL354.8º85.96%44.71%-
HSV(B)354.8º92.45%83.14%-
XYZ27.6114.482.78-
YUV76.54103.43224.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 81.23%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=81.23%
G=6.13%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212163300.920.840.17354.885.9644.71
HexD4102105C5411163562d
Octal324204101341242154312655
Binary1101010010000100001010111001010100100011011000111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41021; }

 p { color: rgb(212,16,33); }

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

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

 a { background-color: rgb(212,16,33); }

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

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

 span { border-color: rgb(212,16,33); }

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