Html Css Color HEX #D83D16 Harley Davidson Orange

📋 copy color: '#D83D16'

red 216 ◦ green 61 ◦ blue 22

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

Shades of Harley Davidson Orange #D83D16

Tints of Harley Davidson Orange #D83D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 72.24%
G = 20.4%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D83D16 (or 0xD83D16) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 16. RGB value is (216,61,22). Sum of RGB (Red+Green+Blue) = 216+61+22=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83D16 is #27C2E9. Grayscale: #676767. Windows color (decimal): -2605802 or 1457624. OLE color: 1457624.

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

Color convert

RGB 216 61 22 -
CMYK 0 0.72 0.90 0.15
HSL 12.06º 0.82% 0.47% -
HSV(B) 12.06º 0.9% 0.85% -
XYZ 30.13 17.99 2.64 -
YUV 102.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 216 61 22 0 0.72 0.90 0.15 12.06 0.82 0.47
Hex D8 3D 16 0 48 5A F C 52 2F
Octal 330 75 26 0 110 132 17 14 122 57
Binary 11011000 111101 10110 0 1001000 1011010 1111 1100 1010010 101111

Color Harmonies of #D83D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D16

Black with #D83D16

Text Example


Text Example

White with #D83D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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