Html Css Color HEX #D21317 Fire Engine Red

📋 copy color: '#D21317'

red 210 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #D21317

Tints of Fire Engine Red #D21317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 83.33%
G = 7.54%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D21317 (or 0xD21317) is known color: Fire Engine Red. HEX triplet: D2, 13 and 17. RGB value is (210,19,23). Sum of RGB (Red+Green+Blue) = 210+19+23=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D21317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21317 is #2DECE8. Grayscale: #4C4C4C. Windows color (decimal): -3009769 or 1512402. OLE color: 1512402.

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

Color convert

RGB 210 19 23 -
CMYK 0 0.91 0.89 0.18
HSL 358.74º 0.83% 0.45% -
HSV(B) 358.74º 0.91% 0.82% -
XYZ 26.97 14.23 2.14 -
YUV 76.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 210 19 23 0 0.91 0.89 0.18 358.74 0.83 0.45
Hex D2 13 17 0 5B 59 12 167 53 2D
Octal 322 23 27 0 133 131 22 547 123 55
Binary 11010010 10011 10111 0 1011011 1011001 10010 101100111 1010011 101101

Color Harmonies of #D21317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21317

Black with #D21317

Text Example


Text Example

White with #D21317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21317; }

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

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

background-color css

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

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

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

border-color css

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

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

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