Html Css Color HEX #DD2D17 Harley Davidson Orange

📋 copy color: '#DD2D17'

red 221 ◦ green 45 ◦ blue 23

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

Shades of Harley Davidson Orange #DD2D17

Tints of Harley Davidson Orange #DD2D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 76.47%
G = 15.57%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2D17 (or 0xDD2D17) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 17. RGB value is (221,45,23). Sum of RGB (Red+Green+Blue) = 221+45+23=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D17 is #22D2E8. Grayscale: #5F5F5F. Windows color (decimal): -2282217 or 1519069. OLE color: 1519069.

HSL color Cylindrical-coordinate representation of color #DD2D17: hue angle of 6.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD2D17 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 23 -
CMYK 0 0.80 0.90 0.13
HSL 6.67º 0.81% 0.48% -
HSV(B) 6.67º 0.9% 0.87% -
XYZ 30.91 17.31 2.52 -
YUV 95.12 87.31 217.79 -
System Red Green Blue C M Y K H S L
Decimal 221 45 23 0 0.80 0.90 0.13 6.67 0.81 0.48
Hex DD 2D 17 0 50 5A D 7 51 30
Octal 335 55 27 0 120 132 15 7 121 60
Binary 11011101 101101 10111 0 1010000 1011010 1101 111 1010001 110000

Color Harmonies of #DD2D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D17

Black with #DD2D17

Text Example


Text Example

White with #DD2D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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