Html Css Color HEX #DD1B17 Harley Davidson Orange

📋 copy color: '#DD1B17'

red 221 ◦ green 27 ◦ blue 23

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

Shades of Harley Davidson Orange #DD1B17

Tints of Harley Davidson Orange #DD1B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

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

R = 81.55%
G = 9.96%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1B17 (or 0xDD1B17) is known color: Harley Davidson Orange. HEX triplet: DD, 1B and 17. RGB value is (221,27,23). Sum of RGB (Red+Green+Blue) = 221+27+23=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1B17 is #22E4E8. Grayscale: #545454. Windows color (decimal): -2286825 or 1514461. OLE color: 1514461.

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

Color convert

RGB 221 27 23 -
CMYK 0 0.88 0.90 0.13
HSL 1.21º 0.81% 0.48% -
HSV(B) 1.21º 0.9% 0.87% -
XYZ 30.37 16.22 2.34 -
YUV 84.55 93.27 225.33 -
System Red Green Blue C M Y K H S L
Decimal 221 27 23 0 0.88 0.90 0.13 1.21 0.81 0.48
Hex DD 1B 17 0 58 5A D 1 51 30
Octal 335 33 27 0 130 132 15 1 121 60
Binary 11011101 11011 10111 0 1011000 1011010 1101 1 1010001 110000

Color Harmonies of #DD1B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B17

Black with #DD1B17

Text Example


Text Example

White with #DD1B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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