Html Css Color HEX #D83506 Harley Davidson Orange

📋 copy color: '#D83506'

red 216 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #D83506

Tints of Harley Davidson Orange #D83506

RGB

 RED value IS 216 (84.77% from 255) = 78.55%

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 78.55%
G = 19.27%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D83506 (or 0xD83506) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 06. RGB value is (216,53,6). Sum of RGB (Red+Green+Blue) = 216+53+6=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D83506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83506 is #27CAF9. Grayscale: #606060. Windows color (decimal): -2607866 or 407000. OLE color: 407000.

HSL color Cylindrical-coordinate representation of color #D83506: hue angle of 13.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D83506 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 6 -
CMYK 0 0.75 0.97 0.15
HSL 13.43º 0.95% 0.44% -
HSV(B) 13.43º 0.97% 0.85% -
XYZ 29.62 17.16 1.92 -
YUV 96.38 77 213.32 -
System Red Green Blue C M Y K H S L
Decimal 216 53 6 0 0.75 0.97 0.15 13.43 0.95 0.44
Hex D8 35 6 0 4B 61 F D 5F 2C
Octal 330 65 6 0 113 141 17 15 137 54
Binary 11011000 110101 110 0 1001011 1100001 1111 1101 1011111 101100

Color Harmonies of #D83506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83506

Black with #D83506

Text Example


Text Example

White with #D83506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83506; }

 p { color: rgb(216,53,6); }

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

background-color css

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

 a { background-color: rgb(216,53,6); }

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

border-color css

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

 span { border-color: rgb(216,53,6); }

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