Html Css Color HEX #D82505 Harley Davidson Orange

📋 copy color: '#D82505'

red 216 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #D82505

Tints of Harley Davidson Orange #D82505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 83.72%
G = 14.34%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D82505 (or 0xD82505) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 05. RGB value is (216,37,5). Sum of RGB (Red+Green+Blue) = 216+37+5=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D82505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82505 is #27DAFA. Grayscale: #575757. Windows color (decimal): -2611963 or 337368. OLE color: 337368.

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

Color convert

RGB 216 37 5 -
CMYK 0 0.83 0.98 0.15
HSL 9.1º 0.95% 0.43% -
HSV(B) 9.1º 0.98% 0.85% -
XYZ 29.01 15.93 1.69 -
YUV 86.87 81.8 220.1 -
System Red Green Blue C M Y K H S L
Decimal 216 37 5 0 0.83 0.98 0.15 9.1 0.95 0.43
Hex D8 25 5 0 53 62 F 9 5F 2B
Octal 330 45 5 0 123 142 17 11 137 53
Binary 11011000 100101 101 0 1010011 1100010 1111 1001 1011111 101011

Color Harmonies of #D82505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82505

Black with #D82505

Text Example


Text Example

White with #D82505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82505; }

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

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

background-color css

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

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

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

border-color css

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

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

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