Html Css Color HEX #D82A02 Harley Davidson Orange

📋 copy color: '#D82A02'

red 216 ◦ green 42 ◦ blue 2

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

Shades of Harley Davidson Orange #D82A02

Tints of Harley Davidson Orange #D82A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.15%

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

R = 83.08%
G = 16.15%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D82A02 (or 0xD82A02) is known color: Harley Davidson Orange. HEX triplet: D8, 2A and 02. RGB value is (216,42,2). Sum of RGB (Red+Green+Blue) = 216+42+2=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82A02 is #27D5FD. Grayscale: #595959. Windows color (decimal): -2610686 or 142040. OLE color: 142040.

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

Color convert

RGB 216 42 2 -
CMYK 0 0.81 0.99 0.15
HSL 11.21º 0.98% 0.43% -
HSV(B) 11.21º 0.99% 0.85% -
XYZ 29.16 16.26 1.66 -
YUV 89.47 78.65 218.25 -
System Red Green Blue C M Y K H S L
Decimal 216 42 2 0 0.81 0.99 0.15 11.21 0.98 0.43
Hex D8 2A 2 0 51 63 F B 62 2B
Octal 330 52 2 0 121 143 17 13 142 53
Binary 11011000 101010 10 0 1010001 1100011 1111 1011 1100010 101011

Color Harmonies of #D82A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A02

Black with #D82A02

Text Example


Text Example

White with #D82A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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