Html Css Color HEX #DD3711 Harley Davidson Orange

📋 copy color: '#DD3711'

red 221 ◦ green 55 ◦ blue 17

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

Shades of Harley Davidson Orange #DD3711

Tints of Harley Davidson Orange #DD3711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 75.43%
G = 18.77%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD3711 (or 0xDD3711) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 11. RGB value is (221,55,17). Sum of RGB (Red+Green+Blue) = 221+55+17=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3711 is #22C8EE. Grayscale: #646464. Windows color (decimal): -2279663 or 1128413. OLE color: 1128413.

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

Color convert

RGB 221 55 17 -
CMYK 0 0.75 0.92 0.13
HSL 11.18º 0.86% 0.47% -
HSV(B) 11.18º 0.92% 0.87% -
XYZ 31.29 18.15 2.38 -
YUV 100.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 221 55 17 0 0.75 0.92 0.13 11.18 0.86 0.47
Hex DD 37 11 0 4B 5C D B 56 2F
Octal 335 67 21 0 113 134 15 13 126 57
Binary 11011101 110111 10001 0 1001011 1011100 1101 1011 1010110 101111

Color Harmonies of #DD3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3711

Black with #DD3711

Text Example


Text Example

White with #DD3711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3711; }

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

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

background-color css

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

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

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

border-color css

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

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

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