Html Css Color HEX #D04521 Harley Davidson Orange

📋 copy color: '#D04521'

red 208 ◦ green 69 ◦ blue 33

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

Shades of Harley Davidson Orange #D04521

Tints of Harley Davidson Orange #D04521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 67.1%
G = 22.26%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D04521 (or 0xD04521) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 21. RGB value is (208,69,33). Sum of RGB (Red+Green+Blue) = 208+69+33=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D04521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04521 is #2FBADE. Grayscale: #6A6A6A. Windows color (decimal): -3128031 or 2180560. OLE color: 2180560.

HSL color Cylindrical-coordinate representation of color #D04521: hue angle of 12.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D04521 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 33 -
CMYK 0 0.67 0.84 0.18
HSL 12.34º 0.73% 0.47% -
HSV(B) 12.34º 0.84% 0.82% -
XYZ 28.42 17.78 3.37 -
YUV 106.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 208 69 33 0 0.67 0.84 0.18 12.34 0.73 0.47
Hex D0 45 21 0 43 54 12 C 49 2F
Octal 320 105 41 0 103 124 22 14 111 57
Binary 11010000 1000101 100001 0 1000011 1010100 10010 1100 1001001 101111

Color Harmonies of #D04521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04521

Black with #D04521

Text Example


Text Example

White with #D04521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04521; }

 p { color: rgb(208,69,33); }

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

background-color css

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

 a { background-color: rgb(208,69,33); }

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

border-color css

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

 span { border-color: rgb(208,69,33); }

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