Html Css Color HEX #D82B13 Harley Davidson Orange

📋 copy color: '#D82B13'

red 216 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #D82B13

Tints of Harley Davidson Orange #D82B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.47%

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

R = 77.7%
G = 15.47%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82B13 (or 0xD82B13) is known color: Harley Davidson Orange. HEX triplet: D8, 2B and 13. RGB value is (216,43,19). Sum of RGB (Red+Green+Blue) = 216+43+19=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82B13 is #27D4EC. Grayscale: #5C5C5C. Windows color (decimal): -2610413 or 1256408. OLE color: 1256408.

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

Color convert

RGB 216 43 19 -
CMYK 0 0.80 0.91 0.15
HSL 7.31º 0.84% 0.46% -
HSV(B) 7.31º 0.91% 0.85% -
XYZ 29.3 16.37 2.23 -
YUV 91.99 86.81 216.45 -
System Red Green Blue C M Y K H S L
Decimal 216 43 19 0 0.80 0.91 0.15 7.31 0.84 0.46
Hex D8 2B 13 0 50 5B F 7 54 2E
Octal 330 53 23 0 120 133 17 7 124 56
Binary 11011000 101011 10011 0 1010000 1011011 1111 111 1010100 101110

Color Harmonies of #D82B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B13

Black with #D82B13

Text Example


Text Example

White with #D82B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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