Html Css Color HEX #D21017 Fire Engine Red

📋 copy color: '#D21017'

red 210 ◦ green 16 ◦ blue 23

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

Shades of Fire Engine Red #D21017

Tints of Fire Engine Red #D21017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 84.34%
G = 6.43%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D21017 (or 0xD21017) is known color: Fire Engine Red. HEX triplet: D2, 10 and 17. RGB value is (210,16,23). Sum of RGB (Red+Green+Blue) = 210+16+23=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D21017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21017 is #2DEFE8. Grayscale: #4A4A4A. Windows color (decimal): -3010537 or 1511634. OLE color: 1511634.

HSL color Cylindrical-coordinate representation of color #D21017: hue angle of 357.84º 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 #D21017 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 23 -
CMYK 0 0.92 0.89 0.18
HSL 357.84º 0.86% 0.44% -
HSV(B) 357.84º 0.92% 0.82% -
XYZ 26.92 14.13 2.12 -
YUV 74.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 210 16 23 0 0.92 0.89 0.18 357.84 0.86 0.44
Hex D2 10 17 0 5C 59 12 166 56 2C
Octal 322 20 27 0 134 131 22 546 126 54
Binary 11010010 10000 10111 0 1011100 1011001 10010 101100110 1010110 101100

Color Harmonies of #D21017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21017

Black with #D21017

Text Example


Text Example

White with #D21017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21017; }

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

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

background-color css

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

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

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

border-color css

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

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

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