Html Css Color HEX #D0172E Fire Engine Red

📋 copy color: '#D0172E'

red 208 ◦ green 23 ◦ blue 46

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

Shades of Fire Engine Red #D0172E

Tints of Fire Engine Red #D0172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 75.09%
G = 8.3%
B = 16.61%

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

#D0172E (or 0xD0172E) is known color: Fire Engine Red. HEX triplet: D0, 17 and 2E. RGB value is (208,23,46). Sum of RGB (Red+Green+Blue) = 208+23+46=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D0172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0172E is #2FE8D1. Grayscale: #515151. Windows color (decimal): -3139794 or 3020752. OLE color: 3020752.

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

Color convert

RGB 208 23 46 -
CMYK 0 0.89 0.78 0.18
HSL 352.54º 0.8% 0.45% -
HSV(B) 352.54º 0.89% 0.82% -
XYZ 26.81 14.22 3.92 -
YUV 80.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 208 23 46 0 0.89 0.78 0.18 352.54 0.8 0.45
Hex D0 17 2E 0 59 4E 12 161 50 2D
Octal 320 27 56 0 131 116 22 541 120 55
Binary 11010000 10111 101110 0 1011001 1001110 10010 101100001 1010000 101101

Color Harmonies of #D0172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0172E

Black with #D0172E

Text Example


Text Example

White with #D0172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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