Html Css Color HEX #DD1A16 Harley Davidson Orange

📋 copy color: '#DD1A16'

red 221 ◦ green 26 ◦ blue 22

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

Shades of Harley Davidson Orange #DD1A16

Tints of Harley Davidson Orange #DD1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 82.16%
G = 9.67%
B = 8.18%

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

#DD1A16 (or 0xDD1A16) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 16. RGB value is (221,26,22). Sum of RGB (Red+Green+Blue) = 221+26+22=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A16 is #22E5E9. Grayscale: #545454. Windows color (decimal): -2287082 or 1448669. OLE color: 1448669.

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

Color convert

RGB 221 26 22 -
CMYK 0 0.88 0.90 0.13
HSL 1.21º 0.82% 0.48% -
HSV(B) 1.21º 0.9% 0.87% -
XYZ 30.33 16.17 2.28 -
YUV 83.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 221 26 22 0 0.88 0.90 0.13 1.21 0.82 0.48
Hex DD 1A 16 0 58 5A D 1 52 30
Octal 335 32 26 0 130 132 15 1 122 60
Binary 11011101 11010 10110 0 1011000 1011010 1101 1 1010010 110000

Color Harmonies of #DD1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A16

Black with #DD1A16

Text Example


Text Example

White with #DD1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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