Html Css Color HEX #D83700 Harley Davidson Orange

📋 copy color: '#D83700'

red 216 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #D83700

Tints of Harley Davidson Orange #D83700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.7%
G = 20.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D83700 (or 0xD83700) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 00. RGB value is (216,55,0). Sum of RGB (Red+Green+Blue) = 216+55+0=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D83700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83700 is #27C8FF. Grayscale: #616161. Windows color (decimal): -2607360 or 14296. OLE color: 14296.

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

Color convert

RGB 216 55 0 -
CMYK 0 0.75 1 0.15
HSL 15.28º 1% 0.42% -
HSV(B) 15.28º 1% 0.85% -
XYZ 29.69 17.33 1.78 -
YUV 96.87 73.34 212.97 -
System Red Green Blue C M Y K H S L
Decimal 216 55 0 0 0.75 1 0.15 15.28 1 0.42
Hex D8 37 0 0 4B 64 F F 64 2A
Octal 330 67 0 0 113 144 17 17 144 52
Binary 11011000 110111 0 0 1001011 1100100 1111 1111 1100100 101010

Color Harmonies of #D83700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83700

Black with #D83700

Text Example


Text Example

White with #D83700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83700; }

 p { color: rgb(216,55,0); }

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

background-color css

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

 a { background-color: rgb(216,55,0); }

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

border-color css

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

 span { border-color: rgb(216,55,0); }

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