Html Css Color HEX #D21016 Fire Engine Red

📋 copy color: '#D21016'

red 210 ◦ green 16 ◦ blue 22

#D21016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D21016

Tints of Fire Engine Red #D21016

RGB

 RED value IS 210 (82.42% from 255) = 84.68%

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 84.68%
G = 6.45%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D21016 (or 0xD21016) is known color: Fire Engine Red. HEX triplet: D2, 10 and 16. RGB value is (210,16,22). Sum of RGB (Red+Green+Blue) = 210+16+22=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21016 is #2DEFE9. Grayscale: #4A4A4A. Windows color (decimal): -3010538 or 1446098. OLE color: 1446098.

HSL color Cylindrical-coordinate representation of color #D21016: hue angle of 358.14º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21016 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 22 -
CMYK 0 0.92 0.90 0.18
HSL 358.14º 0.86% 0.44% -
HSV(B) 358.14º 0.92% 0.82% -
XYZ 26.91 14.13 2.07 -
YUV 74.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 210 16 22 0 0.92 0.90 0.18 358.14 0.86 0.44
Hex D2 10 16 0 5C 5A 12 166 56 2C
Octal 322 20 26 0 134 132 22 546 126 54
Binary 11010010 10000 10110 0 1011100 1011010 10010 101100110 1010110 101100

Color Harmonies of #D21016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21016

Black with #D21016

Text Example


Text Example

White with #D21016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21016; }

 p { color: rgb(210,16,22); }

 H1.HeaderClassName
 {
   color: #D21016;
 }
 .AnyTagClassName
 {
   color: #D21016;
 }
</style>

background-color css

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

 a { background-color: rgb(210,16,22); }

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

border-color css

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

 span { border-color: rgb(210,16,22); }

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