Html Css Color HEX #D01018 Fire Engine Red

📋 copy color: '#D01018'

red 208 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #D01018

Tints of Fire Engine Red #D01018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 83.87%
G = 6.45%
B = 9.68%

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

#D01018 (or 0xD01018) is known color: Fire Engine Red. HEX triplet: D0, 10 and 18. RGB value is (208,16,24). Sum of RGB (Red+Green+Blue) = 208+16+24=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D01018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01018 is #2FEFE7. Grayscale: #4A4A4A. Windows color (decimal): -3141608 or 1577168. OLE color: 1577168.

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

Color convert

RGB 208 16 24 -
CMYK 0 0.92 0.88 0.18
HSL 357.5º 0.86% 0.44% -
HSV(B) 357.5º 0.92% 0.82% -
XYZ 26.36 13.85 2.15 -
YUV 74.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 208 16 24 0 0.92 0.88 0.18 357.5 0.86 0.44
Hex D0 10 18 0 5C 58 12 166 56 2C
Octal 320 20 30 0 134 130 22 546 126 54
Binary 11010000 10000 11000 0 1011100 1011000 10010 101100110 1010110 101100

Color Harmonies of #D01018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01018

Black with #D01018

Text Example


Text Example

White with #D01018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01018; }

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

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

background-color css

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

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

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

border-color css

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

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

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