Html Css Color HEX #D83508 Harley Davidson Orange

📋 copy color: '#D83508'

red 216 ◦ green 53 ◦ blue 8

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

Shades of Harley Davidson Orange #D83508

Tints of Harley Davidson Orange #D83508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 77.98%
G = 19.13%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D83508 (or 0xD83508) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 08. RGB value is (216,53,8). Sum of RGB (Red+Green+Blue) = 216+53+8=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D83508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83508 is #27CAF7. Grayscale: #606060. Windows color (decimal): -2607864 or 538072. OLE color: 538072.

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

Color convert

RGB 216 53 8 -
CMYK 0 0.75 0.96 0.15
HSL 12.98º 0.93% 0.44% -
HSV(B) 12.98º 0.96% 0.85% -
XYZ 29.64 17.16 1.98 -
YUV 96.61 78 213.16 -
System Red Green Blue C M Y K H S L
Decimal 216 53 8 0 0.75 0.96 0.15 12.98 0.93 0.44
Hex D8 35 8 0 4B 60 F D 5D 2C
Octal 330 65 10 0 113 140 17 15 135 54
Binary 11011000 110101 1000 0 1001011 1100000 1111 1101 1011101 101100

Color Harmonies of #D83508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83508

Black with #D83508

Text Example


Text Example

White with #D83508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83508; }

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

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

background-color css

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

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

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

border-color css

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

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

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