Html Css Color HEX #DC3706 Harley Davidson Orange

📋 copy color: '#DC3706'

red 220 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #DC3706

Tints of Harley Davidson Orange #DC3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 78.29%
G = 19.57%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC3706 (or 0xDC3706) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 06. RGB value is (220,55,6). Sum of RGB (Red+Green+Blue) = 220+55+6=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3706 is #23C8F9. Grayscale: #636363. Windows color (decimal): -2345210 or 407516. OLE color: 407516.

HSL color Cylindrical-coordinate representation of color #DC3706: hue angle of 13.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC3706 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 6 -
CMYK 0 0.75 0.97 0.14
HSL 13.74º 0.95% 0.44% -
HSV(B) 13.74º 0.97% 0.86% -
XYZ 30.91 17.96 2.01 -
YUV 98.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 220 55 6 0 0.75 0.97 0.14 13.74 0.95 0.44
Hex DC 37 6 0 4B 61 E E 5F 2C
Octal 334 67 6 0 113 141 16 16 137 54
Binary 11011100 110111 110 0 1001011 1100001 1110 1110 1011111 101100

Color Harmonies of #DC3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3706

Black with #DC3706

Text Example


Text Example

White with #DC3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3706; }

 p { color: rgb(220,55,6); }

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

background-color css

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

 a { background-color: rgb(220,55,6); }

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

border-color css

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

 span { border-color: rgb(220,55,6); }

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