Html Css Color HEX #D82502 Harley Davidson Orange

📋 copy color: '#D82502'

red 216 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #D82502

Tints of Harley Davidson Orange #D82502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 84.71%
G = 14.51%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D82502 (or 0xD82502) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 02. RGB value is (216,37,2). Sum of RGB (Red+Green+Blue) = 216+37+2=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D82502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82502 is #27DAFD. Grayscale: #565656. Windows color (decimal): -2611966 or 140760. OLE color: 140760.

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

Color convert

RGB 216 37 2 -
CMYK 0 0.83 0.99 0.15
HSL 9.81º 0.98% 0.43% -
HSV(B) 9.81º 0.99% 0.85% -
XYZ 28.99 15.93 1.6 -
YUV 86.53 80.3 220.35 -
System Red Green Blue C M Y K H S L
Decimal 216 37 2 0 0.83 0.99 0.15 9.81 0.98 0.43
Hex D8 25 2 0 53 63 F A 62 2B
Octal 330 45 2 0 123 143 17 12 142 53
Binary 11011000 100101 10 0 1010011 1100011 1111 1010 1100010 101011

Color Harmonies of #D82502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82502

Black with #D82502

Text Example


Text Example

White with #D82502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82502; }

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

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

background-color css

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

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

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

border-color css

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

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

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