#D6250F

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

Shades of Harley Davidson Orange #D6250F

Tints of Harley Davidson Orange #D6250F

Color information

#D6250F (or 0xD6250F) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 25 and 0F. RGB value is (214,37,15). Sum of RGB (Red+Green+Blue) = 214+37+15=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6250F is #29DAF0. Grayscale: #575757. Windows color (decimal): -2743025 or 992726. OLE color: 992726.

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

Color convert

RGB2143715-
CMYK00.830.930.16
HSL6.63º86.9%44.9%-
HSV(B)6.63º92.99%83.92%-
XYZ28.4815.651.97-
YUV87.4287.14218.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 80.45%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=80.45%
G=13.91%
B=5.64%

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
Decimal214371500.830.930.166.6386.944.9
HexD625F0535D107572d
Octal3264517012313520712755
Binary110101101001011111010100111011101100001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6250F; }

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

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

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

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

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

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

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

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