Html Css Color HEX #D04104 Harley Davidson Orange

📋 copy color: '#D04104'

red 208 ◦ green 65 ◦ blue 4

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

Shades of Harley Davidson Orange #D04104

Tints of Harley Davidson Orange #D04104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 75.09%
G = 23.47%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04104 (or 0xD04104) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 04. RGB value is (208,65,4). Sum of RGB (Red+Green+Blue) = 208+65+4=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D04104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04104 is #2FBEFB. Grayscale: #656565. Windows color (decimal): -3129084 or 278992. OLE color: 278992.

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

Color convert

RGB 208 65 4 -
CMYK 0 0.69 0.98 0.18
HSL 17.94º 0.96% 0.42% -
HSV(B) 17.94º 0.98% 0.82% -
XYZ 27.92 17.2 1.96 -
YUV 100.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 208 65 4 0 0.69 0.98 0.18 17.94 0.96 0.42
Hex D0 41 4 0 45 62 12 12 60 2A
Octal 320 101 4 0 105 142 22 22 140 52
Binary 11010000 1000001 100 0 1000101 1100010 10010 10010 1100000 101010

Color Harmonies of #D04104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04104

Black with #D04104

Text Example


Text Example

White with #D04104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04104; }

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

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

background-color css

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

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

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

border-color css

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

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

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