#D6190F

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

Shades of Harley Davidson Orange #D6190F

Tints of Harley Davidson Orange #D6190F

Color information

#D6190F (or 0xD6190F) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 19 and 0F. RGB value is (214,25,15). Sum of RGB (Red+Green+Blue) = 214+25+15=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D6190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6190F is #29E6F0. Grayscale: #505050. Windows color (decimal): -2746097 or 989654. OLE color: 989654.

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

Color convert

RGB2142515-
CMYK00.880.930.16
HSL3.02º86.9%44.9%-
HSV(B)3.02º92.99%83.92%-
XYZ28.1715.031.87-
YUV80.3791.12223.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 84.25%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=84.25%
G=9.84%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214251500.880.930.163.0286.944.9
HexD619F0585D103572d
Octal3263117013013520312755
Binary1101011011001111101011000101110110000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6190F; }

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

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

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

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

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

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

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

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