Html Css Color HEX #D2171F Fire Engine Red

📋 copy color: '#D2171F'

red 210 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #D2171F

Tints of Fire Engine Red #D2171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 79.55%
G = 8.71%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2171F (or 0xD2171F) is known color: Fire Engine Red. HEX triplet: D2, 17 and 1F. RGB value is (210,23,31). Sum of RGB (Red+Green+Blue) = 210+23+31=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D2171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2171F is #2DE8E0. Grayscale: #4F4F4F. Windows color (decimal): -3008737 or 2037714. OLE color: 2037714.

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

Color convert

RGB 210 23 31 -
CMYK 0 0.89 0.85 0.18
HSL 357.43º 0.8% 0.46% -
HSV(B) 357.43º 0.89% 0.82% -
XYZ 27.13 14.41 2.65 -
YUV 79.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 210 23 31 0 0.89 0.85 0.18 357.43 0.8 0.46
Hex D2 17 1F 0 59 55 12 165 50 2E
Octal 322 27 37 0 131 125 22 545 120 56
Binary 11010010 10111 11111 0 1011001 1010101 10010 101100101 1010000 101110

Color Harmonies of #D2171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2171F

Black with #D2171F

Text Example


Text Example

White with #D2171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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