Html Css Color HEX #D0172B Fire Engine Red

📋 copy color: '#D0172B'

red 208 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #D0172B

Tints of Fire Engine Red #D0172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 75.91%
G = 8.39%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0172B (or 0xD0172B) is known color: Fire Engine Red. HEX triplet: D0, 17 and 2B. RGB value is (208,23,43). Sum of RGB (Red+Green+Blue) = 208+23+43=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0172B is #2FE8D4. Grayscale: #505050. Windows color (decimal): -3139797 or 2824144. OLE color: 2824144.

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

Color convert

RGB 208 23 43 -
CMYK 0 0.89 0.79 0.18
HSL 353.51º 0.8% 0.45% -
HSV(B) 353.51º 0.89% 0.82% -
XYZ 26.75 14.2 3.62 -
YUV 80.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 208 23 43 0 0.89 0.79 0.18 353.51 0.8 0.45
Hex D0 17 2B 0 59 4F 12 162 50 2D
Octal 320 27 53 0 131 117 22 542 120 55
Binary 11010000 10111 101011 0 1011001 1001111 10010 101100010 1010000 101101

Color Harmonies of #D0172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0172B

Black with #D0172B

Text Example


Text Example

White with #D0172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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