Html Css Color HEX #DD160D Harley Davidson Orange

📋 copy color: '#DD160D'

red 221 ◦ green 22 ◦ blue 13

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

Shades of Harley Davidson Orange #DD160D

Tints of Harley Davidson Orange #DD160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 86.33%
G = 8.59%
B = 5.08%

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

#DD160D (or 0xDD160D) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 0D. RGB value is (221,22,13). Sum of RGB (Red+Green+Blue) = 221+22+13=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD160D is #22E9F2. Grayscale: #505050. Windows color (decimal): -2288115 or 857821. OLE color: 857821.

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

Color convert

RGB 221 22 13 -
CMYK 0 0.90 0.94 0.13
HSL 2.6º 0.89% 0.46% -
HSV(B) 2.6º 0.94% 0.87% -
XYZ 30.18 15.98 1.87 -
YUV 80.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 221 22 13 0 0.90 0.94 0.13 2.6 0.89 0.46
Hex DD 16 D 0 5A 5E D 3 59 2E
Octal 335 26 15 0 132 136 15 3 131 56
Binary 11011101 10110 1101 0 1011010 1011110 1101 11 1011001 101110

Color Harmonies of #DD160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD160D

Black with #DD160D

Text Example


Text Example

White with #DD160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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