Html Css Color HEX #DD2917 Harley Davidson Orange

📋 copy color: '#DD2917'

red 221 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #DD2917

Tints of Harley Davidson Orange #DD2917

RGB

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

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

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

R = 77.54%
G = 14.39%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2917 (or 0xDD2917) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 17. RGB value is (221,41,23). Sum of RGB (Red+Green+Blue) = 221+41+23=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2917 is #22D6E8. Grayscale: #5D5D5D. Windows color (decimal): -2283241 or 1518045. OLE color: 1518045.

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

Color convert

RGB 221 41 23 -
CMYK 0 0.81 0.90 0.13
HSL 5.45º 0.81% 0.48% -
HSV(B) 5.45º 0.9% 0.87% -
XYZ 30.77 17.02 2.47 -
YUV 92.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 221 41 23 0 0.81 0.90 0.13 5.45 0.81 0.48
Hex DD 29 17 0 51 5A D 5 51 30
Octal 335 51 27 0 121 132 15 5 121 60
Binary 11011101 101001 10111 0 1010001 1011010 1101 101 1010001 110000

Color Harmonies of #DD2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2917

Black with #DD2917

Text Example


Text Example

White with #DD2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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