Html Css Color HEX #D83504 Harley Davidson Orange

📋 copy color: '#D83504'

red 216 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #D83504

Tints of Harley Davidson Orange #D83504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 79.12%
G = 19.41%
B = 1.47%

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

#D83504 (or 0xD83504) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 04. RGB value is (216,53,4). Sum of RGB (Red+Green+Blue) = 216+53+4=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D83504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83504 is #27CAFB. Grayscale: #606060. Windows color (decimal): -2607868 or 275928. OLE color: 275928.

HSL color Cylindrical-coordinate representation of color #D83504: hue angle of 13.87º degrees, saturation: 0.96, 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 #D83504 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 4 -
CMYK 0 0.75 0.98 0.15
HSL 13.87º 0.96% 0.43% -
HSV(B) 13.87º 0.98% 0.85% -
XYZ 29.61 17.15 1.87 -
YUV 96.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 216 53 4 0 0.75 0.98 0.15 13.87 0.96 0.43
Hex D8 35 4 0 4B 62 F E 60 2B
Octal 330 65 4 0 113 142 17 16 140 53
Binary 11011000 110101 100 0 1001011 1100010 1111 1110 1100000 101011

Color Harmonies of #D83504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83504

Black with #D83504

Text Example


Text Example

White with #D83504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83504; }

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

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

background-color css

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

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

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

border-color css

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

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

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