Html Css Color HEX #D04819 Harley Davidson Orange

📋 copy color: '#D04819'

red 208 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #D04819

Tints of Harley Davidson Orange #D04819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 68.2%
G = 23.61%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04819 (or 0xD04819) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 19. RGB value is (208,72,25). Sum of RGB (Red+Green+Blue) = 208+72+25=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04819 is #2FB7E6. Grayscale: #6B6B6B. Windows color (decimal): -3127271 or 1657040. OLE color: 1657040.

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

Color convert

RGB 208 72 25 -
CMYK 0 0.65 0.88 0.18
HSL 15.41º 0.79% 0.46% -
HSV(B) 15.41º 0.88% 0.82% -
XYZ 28.51 18.11 2.91 -
YUV 107.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 208 72 25 0 0.65 0.88 0.18 15.41 0.79 0.46
Hex D0 48 19 0 41 58 12 F 4F 2E
Octal 320 110 31 0 101 130 22 17 117 56
Binary 11010000 1001000 11001 0 1000001 1011000 10010 1111 1001111 101110

Color Harmonies of #D04819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04819

Black with #D04819

Text Example


Text Example

White with #D04819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04819; }

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

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

background-color css

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

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

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

border-color css

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

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

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