Html Css Color HEX #D83105 Harley Davidson Orange

📋 copy color: '#D83105'

red 216 ◦ green 49 ◦ blue 5

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

Shades of Harley Davidson Orange #D83105

Tints of Harley Davidson Orange #D83105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 80%
G = 18.15%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D83105 (or 0xD83105) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 05. RGB value is (216,49,5). Sum of RGB (Red+Green+Blue) = 216+49+5=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D83105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83105 is #27CEFA. Grayscale: #5E5E5E. Windows color (decimal): -2608891 or 340440. OLE color: 340440.

HSL color Cylindrical-coordinate representation of color #D83105: hue angle of 12.51º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D83105 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 5 -
CMYK 0 0.77 0.98 0.15
HSL 12.51º 0.95% 0.43% -
HSV(B) 12.51º 0.98% 0.85% -
XYZ 29.44 16.81 1.84 -
YUV 93.92 77.83 215.08 -
System Red Green Blue C M Y K H S L
Decimal 216 49 5 0 0.77 0.98 0.15 12.51 0.95 0.43
Hex D8 31 5 0 4D 62 F D 5F 2B
Octal 330 61 5 0 115 142 17 15 137 53
Binary 11011000 110001 101 0 1001101 1100010 1111 1101 1011111 101011

Color Harmonies of #D83105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83105

Black with #D83105

Text Example


Text Example

White with #D83105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83105; }

 p { color: rgb(216,49,5); }

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

background-color css

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

 a { background-color: rgb(216,49,5); }

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

border-color css

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

 span { border-color: rgb(216,49,5); }

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