Html Css Color HEX #D04025 Harley Davidson Orange

📋 copy color: '#D04025'

red 208 ◦ green 64 ◦ blue 37

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

Shades of Harley Davidson Orange #D04025

Tints of Harley Davidson Orange #D04025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 67.31%
G = 20.71%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D04025 (or 0xD04025) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 25. RGB value is (208,64,37). Sum of RGB (Red+Green+Blue) = 208+64+37=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D04025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04025 is #2FBFDA. Grayscale: #686868. Windows color (decimal): -3129307 or 2441424. OLE color: 2441424.

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

Color convert

RGB 208 64 37 -
CMYK 0 0.69 0.82 0.18
HSL 9.47º 0.7% 0.48% -
HSV(B) 9.47º 0.82% 0.82% -
XYZ 28.18 17.21 3.59 -
YUV 103.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 208 64 37 0 0.69 0.82 0.18 9.47 0.7 0.48
Hex D0 40 25 0 45 52 12 9 46 30
Octal 320 100 45 0 105 122 22 11 106 60
Binary 11010000 1000000 100101 0 1000101 1010010 10010 1001 1000110 110000

Color Harmonies of #D04025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04025

Black with #D04025

Text Example


Text Example

White with #D04025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04025; }

 p { color: rgb(208,64,37); }

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

background-color css

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

 a { background-color: rgb(208,64,37); }

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

border-color css

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

 span { border-color: rgb(208,64,37); }

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