Html Css Color HEX #D2171D Fire Engine Red

📋 copy color: '#D2171D'

red 210 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #D2171D

Tints of Fire Engine Red #D2171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 80.15%
G = 8.78%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2171D (or 0xD2171D) is known color: Fire Engine Red. HEX triplet: D2, 17 and 1D. RGB value is (210,23,29). Sum of RGB (Red+Green+Blue) = 210+23+29=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D2171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2171D is #2DE8E2. Grayscale: #4F4F4F. Windows color (decimal): -3008739 or 1906642. OLE color: 1906642.

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

Color convert

RGB 210 23 29 -
CMYK 0 0.89 0.86 0.18
HSL 358.07º 0.8% 0.46% -
HSV(B) 358.07º 0.89% 0.82% -
XYZ 27.11 14.4 2.51 -
YUV 79.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 210 23 29 0 0.89 0.86 0.18 358.07 0.8 0.46
Hex D2 17 1D 0 59 56 12 166 50 2E
Octal 322 27 35 0 131 126 22 546 120 56
Binary 11010010 10111 11101 0 1011001 1010110 10010 101100110 1010000 101110

Color Harmonies of #D2171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2171D

Black with #D2171D

Text Example


Text Example

White with #D2171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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