Html Css Color HEX #D83B20 Harley Davidson Orange

📋 copy color: '#D83B20'

red 216 ◦ green 59 ◦ blue 32

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

Shades of Harley Davidson Orange #D83B20

Tints of Harley Davidson Orange #D83B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 70.36%
G = 19.22%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D83B20 (or 0xD83B20) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 20. RGB value is (216,59,32). Sum of RGB (Red+Green+Blue) = 216+59+32=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B20 is #27C4DF. Grayscale: #676767. Windows color (decimal): -2606304 or 2112472. OLE color: 2112472.

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

Color convert

RGB 216 59 32 -
CMYK 0 0.73 0.85 0.15
HSL 8.8º 0.74% 0.49% -
HSV(B) 8.8º 0.85% 0.85% -
XYZ 30.14 17.83 3.22 -
YUV 102.87 88.01 208.7 -
System Red Green Blue C M Y K H S L
Decimal 216 59 32 0 0.73 0.85 0.15 8.8 0.74 0.49
Hex D8 3B 20 0 49 55 F 9 4A 31
Octal 330 73 40 0 111 125 17 11 112 61
Binary 11011000 111011 100000 0 1001001 1010101 1111 1001 1001010 110001

Color Harmonies of #D83B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B20

Black with #D83B20

Text Example


Text Example

White with #D83B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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