Html Css Color HEX #DC3109 Harley Davidson Orange

📋 copy color: '#DC3109'

red 220 ◦ green 49 ◦ blue 9

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

Shades of Harley Davidson Orange #DC3109

Tints of Harley Davidson Orange #DC3109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 79.14%
G = 17.63%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC3109 (or 0xDC3109) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 09. RGB value is (220,49,9). Sum of RGB (Red+Green+Blue) = 220+49+9=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3109 is #23CEF6. Grayscale: #5F5F5F. Windows color (decimal): -2346743 or 602588. OLE color: 602588.

HSL color Cylindrical-coordinate representation of color #DC3109: hue angle of 11.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC3109 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 49 9 -
CMYK 0 0.78 0.96 0.14
HSL 11.37º 0.92% 0.45% -
HSV(B) 11.37º 0.96% 0.86% -
XYZ 30.66 17.43 2.01 -
YUV 95.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 220 49 9 0 0.78 0.96 0.14 11.37 0.92 0.45
Hex DC 31 9 0 4E 60 E B 5C 2D
Octal 334 61 11 0 116 140 16 13 134 55
Binary 11011100 110001 1001 0 1001110 1100000 1110 1011 1011100 101101

Color Harmonies of #DC3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3109

Black with #DC3109

Text Example


Text Example

White with #DC3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3109; }

 p { color: rgb(220,49,9); }

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

background-color css

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

 a { background-color: rgb(220,49,9); }

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

border-color css

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

 span { border-color: rgb(220,49,9); }

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