#D7350B

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

Shades of Harley Davidson Orange #D7350B

Tints of Harley Davidson Orange #D7350B

Color information

#D7350B (or 0xD7350B) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 35 and 0B. RGB value is (215,53,11). Sum of RGB (Red+Green+Blue) = 215+53+11=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D7350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7350B is #28CAF4. Grayscale: #606060. Windows color (decimal): -2673397 or 734679. OLE color: 734679.

HSL color Cylindrical-coordinate representation of color #D7350B: hue angle of 12.35º 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 #D7350B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB2155311-
CMYK00.750.950.16
HSL12.35º90.27%44.31%-
HSV(B)12.35º94.88%84.31%-
XYZ29.3617.022.05-
YUV96.6579.67212.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 77.06%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=77.06%
G=19.00%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215531100.750.950.1612.3590.2744.31
HexD735B04B5F10c5a2c
Octal32765130113137201413254
Binary1101011111010110110100101110111111000011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7350B; }

 p { color: rgb(215,53,11); }

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

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

 a { background-color: rgb(215,53,11); }

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

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

 span { border-color: rgb(215,53,11); }

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