Html Css Color HEX #DD2D11 Harley Davidson Orange

📋 copy color: '#DD2D11'

red 221 ◦ green 45 ◦ blue 17

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

Shades of Harley Davidson Orange #DD2D11

Tints of Harley Davidson Orange #DD2D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 78.09%
G = 15.9%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2D11 (or 0xDD2D11) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 11. RGB value is (221,45,17). Sum of RGB (Red+Green+Blue) = 221+45+17=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D11 is #22D2EE. Grayscale: #5E5E5E. Windows color (decimal): -2282223 or 1125853. OLE color: 1125853.

HSL color Cylindrical-coordinate representation of color #DD2D11: hue angle of 8.24º 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 #DD2D11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 17 -
CMYK 0 0.80 0.92 0.13
HSL 8.24º 0.86% 0.47% -
HSV(B) 8.24º 0.92% 0.87% -
XYZ 30.86 17.29 2.24 -
YUV 94.43 84.31 218.28 -
System Red Green Blue C M Y K H S L
Decimal 221 45 17 0 0.80 0.92 0.13 8.24 0.86 0.47
Hex DD 2D 11 0 50 5C D 8 56 2F
Octal 335 55 21 0 120 134 15 10 126 57
Binary 11011101 101101 10001 0 1010000 1011100 1101 1000 1010110 101111

Color Harmonies of #DD2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D11

Black with #DD2D11

Text Example


Text Example

White with #DD2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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