Html Css Color HEX #D21117 Fire Engine Red

📋 copy color: '#D21117'

red 210 ◦ green 17 ◦ blue 23

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

Shades of Fire Engine Red #D21117

Tints of Fire Engine Red #D21117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 84%
G = 6.8%
B = 9.2%

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

#D21117 (or 0xD21117) is known color: Fire Engine Red. HEX triplet: D2, 11 and 17. RGB value is (210,17,23). Sum of RGB (Red+Green+Blue) = 210+17+23=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D21117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21117 is #2DEEE8. Grayscale: #4B4B4B. Windows color (decimal): -3010281 or 1511890. OLE color: 1511890.

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

Color convert

RGB 210 17 23 -
CMYK 0 0.92 0.89 0.18
HSL 358.13º 0.85% 0.45% -
HSV(B) 358.13º 0.92% 0.82% -
XYZ 26.93 14.16 2.13 -
YUV 75.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 210 17 23 0 0.92 0.89 0.18 358.13 0.85 0.45
Hex D2 11 17 0 5C 59 12 166 55 2D
Octal 322 21 27 0 134 131 22 546 125 55
Binary 11010010 10001 10111 0 1011100 1011001 10010 101100110 1010101 101101

Color Harmonies of #D21117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21117

Black with #D21117

Text Example


Text Example

White with #D21117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21117; }

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

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

background-color css

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

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

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

border-color css

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

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

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