Html Css Color HEX #D82F13 Harley Davidson Orange

📋 copy color: '#D82F13'

red 216 ◦ green 47 ◦ blue 19

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

Shades of Harley Davidson Orange #D82F13

Tints of Harley Davidson Orange #D82F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 76.6%
G = 16.67%
B = 6.74%

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

#D82F13 (or 0xD82F13) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 13. RGB value is (216,47,19). Sum of RGB (Red+Green+Blue) = 216+47+19=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F13 is #27D0EC. Grayscale: #5E5E5E. Windows color (decimal): -2609389 or 1257432. OLE color: 1257432.

HSL color Cylindrical-coordinate representation of color #D82F13: hue angle of 8.53º degrees, saturation: 0.84, 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 #D82F13 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 47 19 -
CMYK 0 0.78 0.91 0.15
HSL 8.53º 0.84% 0.46% -
HSV(B) 8.53º 0.91% 0.85% -
XYZ 29.45 16.68 2.28 -
YUV 94.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 216 47 19 0 0.78 0.91 0.15 8.53 0.84 0.46
Hex D8 2F 13 0 4E 5B F 9 54 2E
Octal 330 57 23 0 116 133 17 11 124 56
Binary 11011000 101111 10011 0 1001110 1011011 1111 1001 1010100 101110

Color Harmonies of #D82F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F13

Black with #D82F13

Text Example


Text Example

White with #D82F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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