Html Css Color HEX #DC2015 Harley Davidson Orange

📋 copy color: '#DC2015'

red 220 ◦ green 32 ◦ blue 21

#DC2015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DC2015

Tints of Harley Davidson Orange #DC2015

RGB

 RED value IS 220 (86.33% from 255) = 80.59%

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 80.59%
G = 11.72%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC2015 (or 0xDC2015) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 15. RGB value is (220,32,21). Sum of RGB (Red+Green+Blue) = 220+32+21=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2015 is #23DFEA. Grayscale: #575757. Windows color (decimal): -2351083 or 1384668. OLE color: 1384668.

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

Color convert

RGB 220 32 21 -
CMYK 0 0.85 0.90 0.14
HSL 3.32º 0.83% 0.47% -
HSV(B) 3.32º 0.9% 0.86% -
XYZ 30.17 16.3 2.27 -
YUV 86.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 220 32 21 0 0.85 0.90 0.14 3.32 0.83 0.47
Hex DC 20 15 0 55 5A E 3 53 2F
Octal 334 40 25 0 125 132 16 3 123 57
Binary 11011100 100000 10101 0 1010101 1011010 1110 11 1010011 101111

Color Harmonies of #DC2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2015

Black with #DC2015

Text Example


Text Example

White with #DC2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2015; }

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

 H1.HeaderClassName
 {
   color: #DC2015;
 }
 .AnyTagClassName
 {
   color: #DC2015;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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