Html Css Color HEX #D83516 Harley Davidson Orange

📋 copy color: '#D83516'

red 216 ◦ green 53 ◦ blue 22

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

Shades of Harley Davidson Orange #D83516

Tints of Harley Davidson Orange #D83516

RGB

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

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

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

R = 74.23%
G = 18.21%
B = 7.56%

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

#D83516 (or 0xD83516) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 16. RGB value is (216,53,22). Sum of RGB (Red+Green+Blue) = 216+53+22=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D83516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83516 is #27CAE9. Grayscale: #626262. Windows color (decimal): -2607850 or 1455576. OLE color: 1455576.

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

Color convert

RGB 216 53 22 -
CMYK 0 0.75 0.90 0.15
HSL 9.59º 0.82% 0.47% -
HSV(B) 9.59º 0.9% 0.85% -
XYZ 29.74 17.2 2.51 -
YUV 98.2 85 212.02 -
System Red Green Blue C M Y K H S L
Decimal 216 53 22 0 0.75 0.90 0.15 9.59 0.82 0.47
Hex D8 35 16 0 4B 5A F A 52 2F
Octal 330 65 26 0 113 132 17 12 122 57
Binary 11011000 110101 10110 0 1001011 1011010 1111 1010 1010010 101111

Color Harmonies of #D83516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83516

Black with #D83516

Text Example


Text Example

White with #D83516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83516; }

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

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

background-color css

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

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

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

border-color css

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

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

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