Html Css Color HEX #D83616 Harley Davidson Orange

📋 copy color: '#D83616'

red 216 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #D83616

Tints of Harley Davidson Orange #D83616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 73.97%
G = 18.49%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D83616 (or 0xD83616) is known color: Harley Davidson Orange. HEX triplet: D8, 36 and 16. RGB value is (216,54,22). Sum of RGB (Red+Green+Blue) = 216+54+22=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D83616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83616 is #27C9E9. Grayscale: #636363. Windows color (decimal): -2607594 or 1455832. OLE color: 1455832.

HSL color Cylindrical-coordinate representation of color #D83616: hue angle of 9.9º 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 #D83616 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 22 -
CMYK 0 0.75 0.90 0.15
HSL 9.9º 0.82% 0.47% -
HSV(B) 9.9º 0.9% 0.85% -
XYZ 29.78 17.3 2.53 -
YUV 98.79 84.67 211.6 -
System Red Green Blue C M Y K H S L
Decimal 216 54 22 0 0.75 0.90 0.15 9.9 0.82 0.47
Hex D8 36 16 0 4B 5A F A 52 2F
Octal 330 66 26 0 113 132 17 12 122 57
Binary 11011000 110110 10110 0 1001011 1011010 1111 1010 1010010 101111

Color Harmonies of #D83616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83616

Black with #D83616

Text Example


Text Example

White with #D83616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83616; }

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

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

background-color css

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

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

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

border-color css

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

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

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