#DC1F1A

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

Shades of Harley Davidson Orange #DC1F1A

Tints of Harley Davidson Orange #DC1F1A

Color information

#DC1F1A (or 0xDC1F1A) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 1F and 1A. RGB value is (220,31,26). Sum of RGB (Red+Green+Blue) = 220+31+26=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F1A is #23E0E5. Grayscale: #575757. Windows color (decimal): -2351334 or 1712092. OLE color: 1712092.

HSL color Cylindrical-coordinate representation of color #DC1F1A: hue angle of 1.55º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1F1A is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB2203126-
CMYK00.860.880.14
HSL1.55º78.86%48.24%-
HSV(B)1.55º88.18%86.27%-
XYZ30.1916.272.53-
YUV86.9493.62222.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 79.42%
GREEN value IS 31 (12.5% from 255) = 11.19%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=79.42%
G=11.19%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220312600.860.880.141.5578.8648.24
HexDC1F1A05658E24f30
Octal3343732012613016211760
Binary1101110011111110100101011010110001110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1F1A; }

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

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

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

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

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

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

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

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