Html Css Color HEX #D82A0F Harley Davidson Orange

📋 copy color: '#D82A0F'

red 216 ◦ green 42 ◦ blue 15

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

Shades of Harley Davidson Orange #D82A0F

Tints of Harley Davidson Orange #D82A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 79.12%
G = 15.38%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D82A0F (or 0xD82A0F) is known color: Harley Davidson Orange. HEX triplet: D8, 2A and 0F. RGB value is (216,42,15). Sum of RGB (Red+Green+Blue) = 216+42+15=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82A0F is #27D5F0. Grayscale: #5B5B5B. Windows color (decimal): -2610673 or 994008. OLE color: 994008.

HSL color Cylindrical-coordinate representation of color #D82A0F: hue angle of 8.06º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D82A0F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 42 15 -
CMYK 0 0.81 0.93 0.15
HSL 8.06º 0.87% 0.45% -
HSV(B) 8.06º 0.93% 0.85% -
XYZ 29.23 16.29 2.06 -
YUV 90.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 216 42 15 0 0.81 0.93 0.15 8.06 0.87 0.45
Hex D8 2A F 0 51 5D F 8 57 2D
Octal 330 52 17 0 121 135 17 10 127 55
Binary 11011000 101010 1111 0 1010001 1011101 1111 1000 1010111 101101

Color Harmonies of #D82A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A0F

Black with #D82A0F

Text Example


Text Example

White with #D82A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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