Html Css Color HEX #D04310 Harley Davidson Orange

📋 copy color: '#D04310'

red 208 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #D04310

Tints of Harley Davidson Orange #D04310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 71.48%
G = 23.02%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04310 (or 0xD04310) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 10. RGB value is (208,67,16). Sum of RGB (Red+Green+Blue) = 208+67+16=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04310 is #2FBCEF. Grayscale: #676767. Windows color (decimal): -3128560 or 1065936. OLE color: 1065936.

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

Color convert

RGB 208 67 16 -
CMYK 0 0.68 0.92 0.18
HSL 15.94º 0.86% 0.44% -
HSV(B) 15.94º 0.92% 0.82% -
XYZ 28.11 17.46 2.38 -
YUV 103.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 208 67 16 0 0.68 0.92 0.18 15.94 0.86 0.44
Hex D0 43 10 0 44 5C 12 10 56 2C
Octal 320 103 20 0 104 134 22 20 126 54
Binary 11010000 1000011 10000 0 1000100 1011100 10010 10000 1010110 101100

Color Harmonies of #D04310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04310

Black with #D04310

Text Example


Text Example

White with #D04310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04310; }

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

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

background-color css

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

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

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

border-color css

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

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

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