Html Css Color HEX #D82F14 Harley Davidson Orange

📋 copy color: '#D82F14'

red 216 ◦ green 47 ◦ blue 20

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

Shades of Harley Davidson Orange #D82F14

Tints of Harley Davidson Orange #D82F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 76.33%
G = 16.61%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82F14 (or 0xD82F14) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 14. RGB value is (216,47,20). Sum of RGB (Red+Green+Blue) = 216+47+20=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F14 is #27D0EB. Grayscale: #5E5E5E. Windows color (decimal): -2609388 or 1322968. OLE color: 1322968.

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

Color convert

RGB 216 47 20 -
CMYK 0 0.78 0.91 0.15
HSL 8.27º 0.83% 0.46% -
HSV(B) 8.27º 0.91% 0.85% -
XYZ 29.46 16.68 2.33 -
YUV 94.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 216 47 20 0 0.78 0.91 0.15 8.27 0.83 0.46
Hex D8 2F 14 0 4E 5B F 8 53 2E
Octal 330 57 24 0 116 133 17 10 123 56
Binary 11011000 101111 10100 0 1001110 1011011 1111 1000 1010011 101110

Color Harmonies of #D82F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F14

Black with #D82F14

Text Example


Text Example

White with #D82F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F14; }

 p { color: rgb(216,47,20); }

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

background-color css

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

 a { background-color: rgb(216,47,20); }

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

border-color css

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

 span { border-color: rgb(216,47,20); }

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