#D7250F

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

Shades of Harley Davidson Orange #D7250F

Tints of Harley Davidson Orange #D7250F

Color information

#D7250F (or 0xD7250F) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 25 and 0F. RGB value is (215,37,15). Sum of RGB (Red+Green+Blue) = 215+37+15=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D7250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7250F is #28DAF0. Grayscale: #575757. Windows color (decimal): -2677489 or 992727. OLE color: 992727.

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

Color convert

RGB2153715-
CMYK00.830.930.16
HSL6.6º86.96%45.1%-
HSV(B)6.6º93.02%84.31%-
XYZ28.7715.81.99-
YUV87.7186.97218.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 80.52%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=80.52%
G=13.86%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215371500.830.930.166.686.9645.1
HexD725F0535D107572d
Octal3274517012313520712755
Binary110101111001011111010100111011101100001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7250F; }

 p { color: rgb(215,37,15); }

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

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

 a { background-color: rgb(215,37,15); }

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

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

 span { border-color: rgb(215,37,15); }

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