Html Css Color HEX #D83501 Harley Davidson Orange

📋 copy color: '#D83501'

red 216 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #D83501

Tints of Harley Davidson Orange #D83501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 80%
G = 19.63%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D83501 (or 0xD83501) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 01. RGB value is (216,53,1). Sum of RGB (Red+Green+Blue) = 216+53+1=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D83501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83501 is #27CAFE. Grayscale: #606060. Windows color (decimal): -2607871 or 79320. OLE color: 79320.

HSL color Cylindrical-coordinate representation of color #D83501: hue angle of 14.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83501 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 1 -
CMYK 0 0.75 1.00 0.15
HSL 14.51º 0.99% 0.43% -
HSV(B) 14.51º 1% 0.85% -
XYZ 29.6 17.15 1.78 -
YUV 95.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 216 53 1 0 0.75 1.00 0.15 14.51 0.99 0.43
Hex D8 35 1 0 4B 64 F F 63 2B
Octal 330 65 1 0 113 144 17 17 143 53
Binary 11011000 110101 1 0 1001011 1100100 1111 1111 1100011 101011

Color Harmonies of #D83501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83501

Black with #D83501

Text Example


Text Example

White with #D83501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83501; }

 p { color: rgb(216,53,1); }

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

background-color css

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

 a { background-color: rgb(216,53,1); }

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

border-color css

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

 span { border-color: rgb(216,53,1); }

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