#D21422

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

Shades of Fire Engine Red #D21422

Tints of Fire Engine Red #D21422

Color information

#D21422 (or 0xD21422) is unknown color: approx Fire Engine Red. HEX triplet: D2, 14 and 22. RGB value is (210,20,34). Sum of RGB (Red+Green+Blue) = 210+20+34=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D21422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21422 is #2DEBDD. Grayscale: #4E4E4E. Windows color (decimal): -3009502 or 2233554. OLE color: 2233554.

HSL color Cylindrical-coordinate representation of color #D21422: hue angle of 355.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21422 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB2102034-
CMYK00.900.840.18
HSL355.58º82.61%45.1%-
HSV(B)355.58º90.48%82.35%-
XYZ27.1214.322.85-
YUV78.41102.95221.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 79.55%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=79.55%
G=7.58%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210203400.900.840.18355.5882.6145.1
HexD2142205A5412164532d
Octal322244201321242254412355
Binary1101001010100100010010110101010100100101011001001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21422; }

 p { color: rgb(210,20,34); }

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

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

 a { background-color: rgb(210,20,34); }

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

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

 span { border-color: rgb(210,20,34); }

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