#dc1f15

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

Shades of Harley Davidson Orange #DC1F15

Tints of Harley Davidson Orange #DC1F15

Color information

#DC1F15 (or 0xDC1F15) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 1F and 15. RGB value is (220,31,21). Sum of RGB (Red+Green+Blue) = 220+31+21=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1F15 is #23E0EA. Grayscale: #565656. Windows color (decimal): -2351339 or 1384412. OLE color: 1384412.

HSL color Cylindrical-coordinate representation of color #DC1F15: hue angle of 3.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1F15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB2203121-
CMYK00.860.900.14
HSL3.02º82.57%47.25%-
HSV(B)3.02º90.45%86.27%-
XYZ30.1416.252.26-
YUV86.3791.12223.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 80.88%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=80.88%
G=11.40%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220312100.860.900.143.0282.5747.25
HexDC1F150565AE3532f
Octal3343725012613216312357
Binary1101110011111101010101011010110101110111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc1f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc1f15; }

 p { color: rgb(220,31,21); }

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

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

 a { background-color: rgb(220,31,21); }

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

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

 span { border-color: rgb(220,31,21); }

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