Html Css Color HEX #DD3707 Harley Davidson Orange

📋 copy color: '#DD3707'

red 221 ◦ green 55 ◦ blue 7

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

Shades of Harley Davidson Orange #DD3707

Tints of Harley Davidson Orange #DD3707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.47%

R = 78.09%
G = 19.43%
B = 2.47%

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

#DD3707 (or 0xDD3707) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 07. RGB value is (221,55,7). Sum of RGB (Red+Green+Blue) = 221+55+7=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3707 is #22C8F8. Grayscale: #636363. Windows color (decimal): -2279673 or 473053. OLE color: 473053.

HSL color Cylindrical-coordinate representation of color #DD3707: hue angle of 13.46º degrees, saturation: 0.94, 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 #DD3707 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 7 -
CMYK 0 0.75 0.97 0.13
HSL 13.46º 0.94% 0.45% -
HSV(B) 13.46º 0.97% 0.87% -
XYZ 31.22 18.12 2.05 -
YUV 99.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 221 55 7 0 0.75 0.97 0.13 13.46 0.94 0.45
Hex DD 37 7 0 4B 61 D D 5E 2D
Octal 335 67 7 0 113 141 15 15 136 55
Binary 11011101 110111 111 0 1001011 1100001 1101 1101 1011110 101101

Color Harmonies of #DD3707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3707

Black with #DD3707

Text Example


Text Example

White with #DD3707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3707; }

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

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

background-color css

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

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

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

border-color css

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

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

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