Html Css Color HEX #DD170D Harley Davidson Orange

📋 copy color: '#DD170D'

red 221 ◦ green 23 ◦ blue 13

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

Shades of Harley Davidson Orange #DD170D

Tints of Harley Davidson Orange #DD170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 85.99%
G = 8.95%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD170D (or 0xDD170D) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 0D. RGB value is (221,23,13). Sum of RGB (Red+Green+Blue) = 221+23+13=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD170D is #22E8F2. Grayscale: #515151. Windows color (decimal): -2287859 or 858077. OLE color: 858077.

HSL color Cylindrical-coordinate representation of color #DD170D: hue angle of 2.88º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD170D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 13 -
CMYK 0 0.90 0.94 0.13
HSL 2.88º 0.89% 0.46% -
HSV(B) 2.88º 0.94% 0.87% -
XYZ 30.2 16.01 1.88 -
YUV 81.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 221 23 13 0 0.90 0.94 0.13 2.88 0.89 0.46
Hex DD 17 D 0 5A 5E D 3 59 2E
Octal 335 27 15 0 132 136 15 3 131 56
Binary 11011101 10111 1101 0 1011010 1011110 1101 11 1011001 101110

Color Harmonies of #DD170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD170D

Black with #DD170D

Text Example


Text Example

White with #DD170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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