Html Css Color HEX #D04122 Harley Davidson Orange

📋 copy color: '#D04122'

red 208 ◦ green 65 ◦ blue 34

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

Shades of Harley Davidson Orange #D04122

Tints of Harley Davidson Orange #D04122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 67.75%
G = 21.17%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D04122 (or 0xD04122) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 22. RGB value is (208,65,34). Sum of RGB (Red+Green+Blue) = 208+65+34=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D04122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04122 is #2FBEDD. Grayscale: #686868. Windows color (decimal): -3129054 or 2245072. OLE color: 2245072.

HSL color Cylindrical-coordinate representation of color #D04122: hue angle of 10.69º degrees, saturation: 0.72, 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 #D04122 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 34 -
CMYK 0 0.69 0.84 0.18
HSL 10.69º 0.72% 0.47% -
HSV(B) 10.69º 0.84% 0.82% -
XYZ 28.19 17.31 3.37 -
YUV 104.22 88.38 202.02 -
System Red Green Blue C M Y K H S L
Decimal 208 65 34 0 0.69 0.84 0.18 10.69 0.72 0.47
Hex D0 41 22 0 45 54 12 B 48 2F
Octal 320 101 42 0 105 124 22 13 110 57
Binary 11010000 1000001 100010 0 1000101 1010100 10010 1011 1001000 101111

Color Harmonies of #D04122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04122

Black with #D04122

Text Example


Text Example

White with #D04122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04122; }

 p { color: rgb(208,65,34); }

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

background-color css

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

 a { background-color: rgb(208,65,34); }

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

border-color css

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

 span { border-color: rgb(208,65,34); }

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