Html Css Color HEX #D83505 Harley Davidson Orange

📋 copy color: '#D83505'

red 216 ◦ green 53 ◦ blue 5

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

Shades of Harley Davidson Orange #D83505

Tints of Harley Davidson Orange #D83505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 78.83%
G = 19.34%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D83505 (or 0xD83505) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 05. RGB value is (216,53,5). Sum of RGB (Red+Green+Blue) = 216+53+5=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D83505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83505 is #27CAFA. Grayscale: #606060. Windows color (decimal): -2607867 or 341464. OLE color: 341464.

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

Color convert

RGB 216 53 5 -
CMYK 0 0.75 0.98 0.15
HSL 13.65º 0.95% 0.43% -
HSV(B) 13.65º 0.98% 0.85% -
XYZ 29.62 17.16 1.89 -
YUV 96.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 216 53 5 0 0.75 0.98 0.15 13.65 0.95 0.43
Hex D8 35 5 0 4B 62 F E 5F 2B
Octal 330 65 5 0 113 142 17 16 137 53
Binary 11011000 110101 101 0 1001011 1100010 1111 1110 1011111 101011

Color Harmonies of #D83505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83505

Black with #D83505

Text Example


Text Example

White with #D83505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83505; }

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

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

background-color css

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

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

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

border-color css

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

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

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