Html Css Color HEX #D83916 Harley Davidson Orange

📋 copy color: '#D83916'

red 216 ◦ green 57 ◦ blue 22

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

Shades of Harley Davidson Orange #D83916

Tints of Harley Davidson Orange #D83916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 73.22%
G = 19.32%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D83916 (or 0xD83916) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 16. RGB value is (216,57,22). Sum of RGB (Red+Green+Blue) = 216+57+22=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D83916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83916 is #27C6E9. Grayscale: #646464. Windows color (decimal): -2606826 or 1456600. OLE color: 1456600.

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

Color convert

RGB 216 57 22 -
CMYK 0 0.74 0.90 0.15
HSL 10.82º 0.82% 0.47% -
HSV(B) 10.82º 0.9% 0.85% -
XYZ 29.93 17.58 2.58 -
YUV 100.55 83.68 210.35 -
System Red Green Blue C M Y K H S L
Decimal 216 57 22 0 0.74 0.90 0.15 10.82 0.82 0.47
Hex D8 39 16 0 4A 5A F B 52 2F
Octal 330 71 26 0 112 132 17 13 122 57
Binary 11011000 111001 10110 0 1001010 1011010 1111 1011 1010010 101111

Color Harmonies of #D83916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83916

Black with #D83916

Text Example


Text Example

White with #D83916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83916; }

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

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

background-color css

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

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

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

border-color css

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

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

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