Html Css Color HEX #DD3706 Harley Davidson Orange

📋 copy color: '#DD3706'

red 221 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #DD3706

Tints of Harley Davidson Orange #DD3706

RGB

 RED value IS 221 (86.72% from 255) = 78.37%

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

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

R = 78.37%
G = 19.5%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD3706 (or 0xDD3706) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 06. RGB value is (221,55,6). Sum of RGB (Red+Green+Blue) = 221+55+6=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3706 is #22C8F9. Grayscale: #636363. Windows color (decimal): -2279674 or 407517. OLE color: 407517.

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

Color convert

RGB 221 55 6 -
CMYK 0 0.75 0.97 0.13
HSL 13.67º 0.95% 0.45% -
HSV(B) 13.67º 0.97% 0.87% -
XYZ 31.22 18.12 2.02 -
YUV 99.05 75.5 214.98 -
System Red Green Blue C M Y K H S L
Decimal 221 55 6 0 0.75 0.97 0.13 13.67 0.95 0.45
Hex DD 37 6 0 4B 61 D E 5F 2D
Octal 335 67 6 0 113 141 15 16 137 55
Binary 11011101 110111 110 0 1001011 1100001 1101 1110 1011111 101101

Color Harmonies of #DD3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3706

Black with #DD3706

Text Example


Text Example

White with #DD3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3706; }

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

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

background-color css

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

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

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

border-color css

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

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

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