Html Css Color HEX #DD3110 Harley Davidson Orange

📋 copy color: '#DD3110'

red 221 ◦ green 49 ◦ blue 16

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

Shades of Harley Davidson Orange #DD3110

Tints of Harley Davidson Orange #DD3110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 77.27%
G = 17.13%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD3110 (or 0xDD3110) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 10. RGB value is (221,49,16). Sum of RGB (Red+Green+Blue) = 221+49+16=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3110 is #22CEEF. Grayscale: #606060. Windows color (decimal): -2281200 or 1061341. OLE color: 1061341.

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

Color convert

RGB 221 49 16 -
CMYK 0 0.78 0.93 0.13
HSL 9.66º 0.86% 0.46% -
HSV(B) 9.66º 0.93% 0.87% -
XYZ 31.01 17.61 2.25 -
YUV 96.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 221 49 16 0 0.78 0.93 0.13 9.66 0.86 0.46
Hex DD 31 10 0 4E 5D D A 56 2E
Octal 335 61 20 0 116 135 15 12 126 56
Binary 11011101 110001 10000 0 1001110 1011101 1101 1010 1010110 101110

Color Harmonies of #DD3110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3110

Black with #DD3110

Text Example


Text Example

White with #DD3110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3110; }

 p { color: rgb(221,49,16); }

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

background-color css

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

 a { background-color: rgb(221,49,16); }

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

border-color css

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

 span { border-color: rgb(221,49,16); }

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