Html Css Color HEX #D83D20 Harley Davidson Orange

📋 copy color: '#D83D20'

red 216 ◦ green 61 ◦ blue 32

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

Shades of Harley Davidson Orange #D83D20

Tints of Harley Davidson Orange #D83D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 69.9%
G = 19.74%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D83D20 (or 0xD83D20) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 20. RGB value is (216,61,32). Sum of RGB (Red+Green+Blue) = 216+61+32=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D20 is #27C2DF. Grayscale: #686868. Windows color (decimal): -2605792 or 2112984. OLE color: 2112984.

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

Color convert

RGB 216 61 32 -
CMYK 0 0.72 0.85 0.15
HSL 9.46º 0.74% 0.49% -
HSV(B) 9.46º 0.85% 0.85% -
XYZ 30.25 18.04 3.25 -
YUV 104.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 216 61 32 0 0.72 0.85 0.15 9.46 0.74 0.49
Hex D8 3D 20 0 48 55 F 9 4A 31
Octal 330 75 40 0 110 125 17 11 112 61
Binary 11011000 111101 100000 0 1001000 1010101 1111 1001 1001010 110001

Color Harmonies of #D83D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D20

Black with #D83D20

Text Example


Text Example

White with #D83D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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