#D63508

Color #D63508 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D63508

Tints of Harley Davidson Orange #D63508

Color information

#D63508 (or 0xD63508) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 35 and 08. RGB value is (214,53,8). Sum of RGB (Red+Green+Blue) = 214+53+8=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D63508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63508 is #29CAF7. Grayscale: #606060. Windows color (decimal): -2738936 or 538070. OLE color: 538070.

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

Color convert

RGB214538-
CMYK00.750.960.16
HSL13.11º92.79%43.53%-
HSV(B)13.11º96.26%83.92%-
XYZ29.0516.861.95-
YUV96.0178.34212.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.82%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=77.82%
G=19.27%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21453800.750.960.1613.1192.7943.53
HexD635804B6010d5d2c
Octal32665100113140201513554
Binary1101011011010110000100101111000001000011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63508; }

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

 H1.HeaderClassName
 {
   color: #D63508;
 }
 .AnyTagClassName
 {
   color: #D63508;
 }
</style>
background-color css

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

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

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

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

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

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