Html Css Color HEX #DD2911 Harley Davidson Orange

📋 copy color: '#DD2911'

red 221 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #DD2911

Tints of Harley Davidson Orange #DD2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 79.21%
G = 14.7%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD2911 (or 0xDD2911) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 11. RGB value is (221,41,17). Sum of RGB (Red+Green+Blue) = 221+41+17=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2911 is #22D6EE. Grayscale: #5C5C5C. Windows color (decimal): -2283247 or 1124829. OLE color: 1124829.

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

Color convert

RGB 221 41 17 -
CMYK 0 0.81 0.92 0.13
HSL 7.06º 0.86% 0.47% -
HSV(B) 7.06º 0.92% 0.87% -
XYZ 30.71 17 2.19 -
YUV 92.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 221 41 17 0 0.81 0.92 0.13 7.06 0.86 0.47
Hex DD 29 11 0 51 5C D 7 56 2F
Octal 335 51 21 0 121 134 15 7 126 57
Binary 11011101 101001 10001 0 1010001 1011100 1101 111 1010110 101111

Color Harmonies of #DD2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2911

Black with #DD2911

Text Example


Text Example

White with #DD2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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