#D6310B

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

Shades of Harley Davidson Orange #D6310B

Tints of Harley Davidson Orange #D6310B

Color information

#D6310B (or 0xD6310B) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 31 and 0B. RGB value is (214,49,11). Sum of RGB (Red+Green+Blue) = 214+49+11=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6310B is #29CEF4. Grayscale: #5E5E5E. Windows color (decimal): -2739957 or 733654. OLE color: 733654.

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

Color convert

RGB2144911-
CMYK00.770.950.16
HSL11.23º90.22%44.12%-
HSV(B)11.23º94.86%83.92%-
XYZ28.8916.521.98-
YUV9481.16213.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.10%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=78.10%
G=17.88%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214491100.770.950.1611.2390.2244.12
HexD631B04D5F10b5a2c
Octal32661130115137201313254
Binary1101011011000110110100110110111111000010111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6310B; }

 p { color: rgb(214,49,11); }

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

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

 a { background-color: rgb(214,49,11); }

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

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

 span { border-color: rgb(214,49,11); }

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