Html Css Color HEX #DC3010 Harley Davidson Orange

📋 copy color: '#DC3010'

red 220 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #DC3010

Tints of Harley Davidson Orange #DC3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 77.46%
G = 16.9%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC3010 (or 0xDC3010) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 10. RGB value is (220,48,16). Sum of RGB (Red+Green+Blue) = 220+48+16=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3010 is #23CFEF. Grayscale: #606060. Windows color (decimal): -2346992 or 1061084. OLE color: 1061084.

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

Color convert

RGB 220 48 16 -
CMYK 0 0.78 0.93 0.14
HSL 9.41º 0.86% 0.46% -
HSV(B) 9.41º 0.93% 0.86% -
XYZ 30.67 17.37 2.23 -
YUV 95.78 82.98 216.6 -
System Red Green Blue C M Y K H S L
Decimal 220 48 16 0 0.78 0.93 0.14 9.41 0.86 0.46
Hex DC 30 10 0 4E 5D E 9 56 2E
Octal 334 60 20 0 116 135 16 11 126 56
Binary 11011100 110000 10000 0 1001110 1011101 1110 1001 1010110 101110

Color Harmonies of #DC3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3010

Black with #DC3010

Text Example


Text Example

White with #DC3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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