Html Css Color HEX #D01019 Fire Engine Red

📋 copy color: '#D01019'

red 208 ◦ green 16 ◦ blue 25

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

Shades of Fire Engine Red #D01019

Tints of Fire Engine Red #D01019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 83.53%
G = 6.43%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01019 (or 0xD01019) is known color: Fire Engine Red. HEX triplet: D0, 10 and 19. RGB value is (208,16,25). Sum of RGB (Red+Green+Blue) = 208+16+25=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01019 is #2FEFE6. Grayscale: #4A4A4A. Windows color (decimal): -3141607 or 1642704. OLE color: 1642704.

HSL color Cylindrical-coordinate representation of color #D01019: hue angle of 357.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01019 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 25 -
CMYK 0 0.92 0.88 0.18
HSL 357.19º 0.86% 0.44% -
HSV(B) 357.19º 0.92% 0.82% -
XYZ 26.37 13.85 2.2 -
YUV 74.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 208 16 25 0 0.92 0.88 0.18 357.19 0.86 0.44
Hex D0 10 19 0 5C 58 12 165 56 2C
Octal 320 20 31 0 134 130 22 545 126 54
Binary 11010000 10000 11001 0 1011100 1011000 10010 101100101 1010110 101100

Color Harmonies of #D01019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01019

Black with #D01019

Text Example


Text Example

White with #D01019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01019; }

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

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

background-color css

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

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

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

border-color css

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

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

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