Html Css Color HEX #D01918 Harley Davidson Orange

📋 copy color: '#D01918'

red 208 ◦ green 25 ◦ blue 24

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

Shades of Harley Davidson Orange #D01918

Tints of Harley Davidson Orange #D01918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

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

R = 80.93%
G = 9.73%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01918 (or 0xD01918) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 18. RGB value is (208,25,24). Sum of RGB (Red+Green+Blue) = 208+25+24=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D01918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01918 is #2FE6E7. Grayscale: #4F4F4F. Windows color (decimal): -3139304 or 1579472. OLE color: 1579472.

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

Color convert

RGB 208 25 24 -
CMYK 0 0.88 0.88 0.18
HSL 0.33º 0.79% 0.45% -
HSV(B) 0.33º 0.88% 0.82% -
XYZ 26.52 14.17 2.2 -
YUV 79.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 208 25 24 0 0.88 0.88 0.18 0.33 0.79 0.45
Hex D0 19 18 0 58 58 12 0 4F 2D
Octal 320 31 30 0 130 130 22 0 117 55
Binary 11010000 11001 11000 0 1011000 1011000 10010 0 1001111 101101

Color Harmonies of #D01918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01918

Black with #D01918

Text Example


Text Example

White with #D01918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01918; }

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

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

background-color css

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

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

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

border-color css

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

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

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