Html Css Color HEX #D04320 Harley Davidson Orange

📋 copy color: '#D04320'

red 208 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #D04320

Tints of Harley Davidson Orange #D04320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 67.75%
G = 21.82%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D04320 (or 0xD04320) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 20. RGB value is (208,67,32). Sum of RGB (Red+Green+Blue) = 208+67+32=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D04320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04320 is #2FBCDF. Grayscale: #696969. Windows color (decimal): -3128544 or 2114512. OLE color: 2114512.

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

Color convert

RGB 208 67 32 -
CMYK 0 0.68 0.85 0.18
HSL 11.93º 0.73% 0.47% -
HSV(B) 11.93º 0.85% 0.82% -
XYZ 28.28 17.53 3.26 -
YUV 105.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 208 67 32 0 0.68 0.85 0.18 11.93 0.73 0.47
Hex D0 43 20 0 44 55 12 C 49 2F
Octal 320 103 40 0 104 125 22 14 111 57
Binary 11010000 1000011 100000 0 1000100 1010101 10010 1100 1001001 101111

Color Harmonies of #D04320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04320

Black with #D04320

Text Example


Text Example

White with #D04320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04320; }

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

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

background-color css

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

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

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

border-color css

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

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

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