#DC3315

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

Shades of Harley Davidson Orange #DC3315

Tints of Harley Davidson Orange #DC3315

Color information

#DC3315 (or 0xDC3315) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 33 and 15. RGB value is (220,51,21). Sum of RGB (Red+Green+Blue) = 220+51+21=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3315 is #23CCEA. Grayscale: #626262. Windows color (decimal): -2346219 or 1389532. OLE color: 1389532.

HSL color Cylindrical-coordinate representation of color #DC3315: hue angle of 9.05º 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 #DC3315 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB2205121-
CMYK00.770.900.14
HSL9.05º82.57%47.25%-
HSV(B)9.05º90.45%86.27%-
XYZ30.8317.642.49-
YUV98.1184.49214.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 75.34%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=75.34%
G=17.47%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220512100.770.900.149.0582.5747.25
HexDC331504D5AE9532f
Octal33463250115132161112357
Binary1101110011001110101010011011011010111010011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3315; }

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

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

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

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

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

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

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

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