Html Css Color HEX #DC3209 Harley Davidson Orange

📋 copy color: '#DC3209'

red 220 ◦ green 50 ◦ blue 9

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

Shades of Harley Davidson Orange #DC3209

Tints of Harley Davidson Orange #DC3209

RGB

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

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

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

R = 78.85%
G = 17.92%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC3209 (or 0xDC3209) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 09. RGB value is (220,50,9). Sum of RGB (Red+Green+Blue) = 220+50+9=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3209 is #23CDF6. Grayscale: #606060. Windows color (decimal): -2346487 or 602844. OLE color: 602844.

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

Color convert

RGB 220 50 9 -
CMYK 0 0.77 0.96 0.14
HSL 11.66º 0.92% 0.45% -
HSV(B) 11.66º 0.96% 0.86% -
XYZ 30.71 17.52 2.02 -
YUV 96.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 220 50 9 0 0.77 0.96 0.14 11.66 0.92 0.45
Hex DC 32 9 0 4D 60 E C 5C 2D
Octal 334 62 11 0 115 140 16 14 134 55
Binary 11011100 110010 1001 0 1001101 1100000 1110 1100 1011100 101101

Color Harmonies of #DC3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3209

Black with #DC3209

Text Example


Text Example

White with #DC3209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3209; }

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

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

background-color css

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

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

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

border-color css

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

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

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