Html Css Color HEX #DC3210 Harley Davidson Orange

📋 copy color: '#DC3210'

red 220 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #DC3210

Tints of Harley Davidson Orange #DC3210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 76.92%
G = 17.48%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC3210 (or 0xDC3210) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 10. RGB value is (220,50,16). Sum of RGB (Red+Green+Blue) = 220+50+16=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3210 is #23CDEF. Grayscale: #616161. Windows color (decimal): -2346480 or 1061596. OLE color: 1061596.

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

Color convert

RGB 220 50 16 -
CMYK 0 0.77 0.93 0.14
HSL 10º 0.86% 0.46% -
HSV(B) 10º 0.93% 0.86% -
XYZ 30.75 17.53 2.25 -
YUV 96.95 82.32 215.76 -
System Red Green Blue C M Y K H S L
Decimal 220 50 16 0 0.77 0.93 0.14 10 0.86 0.46
Hex DC 32 10 0 4D 5D E A 56 2E
Octal 334 62 20 0 115 135 16 12 126 56
Binary 11011100 110010 10000 0 1001101 1011101 1110 1010 1010110 101110

Color Harmonies of #DC3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3210

Black with #DC3210

Text Example


Text Example

White with #DC3210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3210; }

 p { color: rgb(220,50,16); }

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

background-color css

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

 a { background-color: rgb(220,50,16); }

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

border-color css

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

 span { border-color: rgb(220,50,16); }

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