Html Css Color HEX #D01719 Fire Engine Red

📋 copy color: '#D01719'

red 208 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #D01719

Tints of Fire Engine Red #D01719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 81.25%
G = 8.98%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01719 (or 0xD01719) is known color: Fire Engine Red. HEX triplet: D0, 17 and 19. RGB value is (208,23,25). Sum of RGB (Red+Green+Blue) = 208+23+25=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D01719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01719 is #2FE8E6. Grayscale: #4E4E4E. Windows color (decimal): -3139815 or 1644496. OLE color: 1644496.

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

Color convert

RGB 208 23 25 -
CMYK 0 0.89 0.88 0.18
HSL 359.35º 0.8% 0.45% -
HSV(B) 359.35º 0.89% 0.82% -
XYZ 26.49 14.09 2.24 -
YUV 78.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 208 23 25 0 0.89 0.88 0.18 359.35 0.8 0.45
Hex D0 17 19 0 59 58 12 167 50 2D
Octal 320 27 31 0 131 130 22 547 120 55
Binary 11010000 10111 11001 0 1011001 1011000 10010 101100111 1010000 101101

Color Harmonies of #D01719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01719

Black with #D01719

Text Example


Text Example

White with #D01719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01719; }

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

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

background-color css

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

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

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

border-color css

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

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

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