Html Css Color HEX #D21417 Fire Engine Red

📋 copy color: '#D21417'

red 210 ◦ green 20 ◦ blue 23

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

Shades of Fire Engine Red #D21417

Tints of Fire Engine Red #D21417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

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

R = 83%
G = 7.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D21417 (or 0xD21417) is known color: Fire Engine Red. HEX triplet: D2, 14 and 17. RGB value is (210,20,23). Sum of RGB (Red+Green+Blue) = 210+20+23=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D21417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21417 is #2DEBE8. Grayscale: #4D4D4D. Windows color (decimal): -3009513 or 1512658. OLE color: 1512658.

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

Color convert

RGB 210 20 23 -
CMYK 0 0.90 0.89 0.18
HSL 359.05º 0.83% 0.45% -
HSV(B) 359.05º 0.9% 0.82% -
XYZ 26.98 14.26 2.14 -
YUV 77.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 210 20 23 0 0.90 0.89 0.18 359.05 0.83 0.45
Hex D2 14 17 0 5A 59 12 167 53 2D
Octal 322 24 27 0 132 131 22 547 123 55
Binary 11010010 10100 10111 0 1011010 1011001 10010 101100111 1010011 101101

Color Harmonies of #D21417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21417

Black with #D21417

Text Example


Text Example

White with #D21417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21417; }

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

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

background-color css

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

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

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

border-color css

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

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

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