Html Css Color HEX #D04319 Harley Davidson Orange

📋 copy color: '#D04319'

red 208 ◦ green 67 ◦ blue 25

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

Shades of Harley Davidson Orange #D04319

Tints of Harley Davidson Orange #D04319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 69.33%
G = 22.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04319 (or 0xD04319) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 19. RGB value is (208,67,25). Sum of RGB (Red+Green+Blue) = 208+67+25=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D04319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04319 is #2FBCE6. Grayscale: #686868. Windows color (decimal): -3128551 or 1655760. OLE color: 1655760.

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

Color convert

RGB 208 67 25 -
CMYK 0 0.68 0.88 0.18
HSL 13.77º 0.79% 0.46% -
HSV(B) 13.77º 0.88% 0.82% -
XYZ 28.2 17.49 2.81 -
YUV 104.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 208 67 25 0 0.68 0.88 0.18 13.77 0.79 0.46
Hex D0 43 19 0 44 58 12 E 4F 2E
Octal 320 103 31 0 104 130 22 16 117 56
Binary 11010000 1000011 11001 0 1000100 1011000 10010 1110 1001111 101110

Color Harmonies of #D04319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04319

Black with #D04319

Text Example


Text Example

White with #D04319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04319; }

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

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

background-color css

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

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

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

border-color css

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

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

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