Html Css Color HEX #D83D11 Harley Davidson Orange

📋 copy color: '#D83D11'

red 216 ◦ green 61 ◦ blue 17

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

Shades of Harley Davidson Orange #D83D11

Tints of Harley Davidson Orange #D83D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 73.47%
G = 20.75%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D83D11 (or 0xD83D11) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 11. RGB value is (216,61,17). Sum of RGB (Red+Green+Blue) = 216+61+17=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83D11 is #27C2EE. Grayscale: #666666. Windows color (decimal): -2605807 or 1129944. OLE color: 1129944.

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

Color convert

RGB 216 61 17 -
CMYK 0 0.72 0.92 0.15
HSL 13.27º 0.85% 0.46% -
HSV(B) 13.27º 0.92% 0.85% -
XYZ 30.09 17.98 2.41 -
YUV 102.33 79.85 209.08 -
System Red Green Blue C M Y K H S L
Decimal 216 61 17 0 0.72 0.92 0.15 13.27 0.85 0.46
Hex D8 3D 11 0 48 5C F D 55 2E
Octal 330 75 21 0 110 134 17 15 125 56
Binary 11011000 111101 10001 0 1001000 1011100 1111 1101 1010101 101110

Color Harmonies of #D83D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D11

Black with #D83D11

Text Example


Text Example

White with #D83D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D11; }

 p { color: rgb(216,61,17); }

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

background-color css

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

 a { background-color: rgb(216,61,17); }

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

border-color css

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

 span { border-color: rgb(216,61,17); }

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