Html Css Color HEX #D83E20 Harley Davidson Orange

📋 copy color: '#D83E20'

red 216 ◦ green 62 ◦ blue 32

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

Shades of Harley Davidson Orange #D83E20

Tints of Harley Davidson Orange #D83E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 69.68%
G = 20%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D83E20 (or 0xD83E20) is known color: Harley Davidson Orange. HEX triplet: D8, 3E and 20. RGB value is (216,62,32). Sum of RGB (Red+Green+Blue) = 216+62+32=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83E20 is #27C1DF. Grayscale: #686868. Windows color (decimal): -2605536 or 2113240. OLE color: 2113240.

HSL color Cylindrical-coordinate representation of color #D83E20: hue angle of 9.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83E20 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 62 32 -
CMYK 0 0.71 0.85 0.15
HSL 9.78º 0.74% 0.49% -
HSV(B) 9.78º 0.85% 0.85% -
XYZ 30.3 18.15 3.27 -
YUV 104.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 216 62 32 0 0.71 0.85 0.15 9.78 0.74 0.49
Hex D8 3E 20 0 47 55 F A 4A 31
Octal 330 76 40 0 107 125 17 12 112 61
Binary 11011000 111110 100000 0 1000111 1010101 1111 1010 1001010 110001

Color Harmonies of #D83E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83E20

Black with #D83E20

Text Example


Text Example

White with #D83E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83E20; }

 p { color: rgb(216,62,32); }

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

background-color css

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

 a { background-color: rgb(216,62,32); }

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

border-color css

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

 span { border-color: rgb(216,62,32); }

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