Html Css Color HEX #D0172D Fire Engine Red

📋 copy color: '#D0172D'

red 208 ◦ green 23 ◦ blue 45

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

Shades of Fire Engine Red #D0172D

Tints of Fire Engine Red #D0172D

RGB

 RED value IS 208 (81.64% from 255) = 75.36%

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 75.36%
G = 8.33%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0172D (or 0xD0172D) is known color: Fire Engine Red. HEX triplet: D0, 17 and 2D. RGB value is (208,23,45). Sum of RGB (Red+Green+Blue) = 208+23+45=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0172D is #2FE8D2. Grayscale: #505050. Windows color (decimal): -3139795 or 2955216. OLE color: 2955216.

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

Color convert

RGB 208 23 45 -
CMYK 0 0.89 0.78 0.18
HSL 352.86º 0.8% 0.45% -
HSV(B) 352.86º 0.89% 0.82% -
XYZ 26.79 14.21 3.81 -
YUV 80.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 208 23 45 0 0.89 0.78 0.18 352.86 0.8 0.45
Hex D0 17 2D 0 59 4E 12 161 50 2D
Octal 320 27 55 0 131 116 22 541 120 55
Binary 11010000 10111 101101 0 1011001 1001110 10010 101100001 1010000 101101

Color Harmonies of #D0172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0172D

Black with #D0172D

Text Example


Text Example

White with #D0172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0172D; }

 p { color: rgb(208,23,45); }

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

background-color css

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

 a { background-color: rgb(208,23,45); }

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

border-color css

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

 span { border-color: rgb(208,23,45); }

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