Html Css Color HEX #DD1611 Harley Davidson Orange

📋 copy color: '#DD1611'

red 221 ◦ green 22 ◦ blue 17

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

Shades of Harley Davidson Orange #DD1611

Tints of Harley Davidson Orange #DD1611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 85%
G = 8.46%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD1611 (or 0xDD1611) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 11. RGB value is (221,22,17). Sum of RGB (Red+Green+Blue) = 221+22+17=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1611 is #22E9EE. Grayscale: #515151. Windows color (decimal): -2288111 or 1119965. OLE color: 1119965.

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

Color convert

RGB 221 22 17 -
CMYK 0 0.90 0.92 0.13
HSL 1.47º 0.86% 0.47% -
HSV(B) 1.47º 0.92% 0.87% -
XYZ 30.21 15.99 2.02 -
YUV 80.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 221 22 17 0 0.90 0.92 0.13 1.47 0.86 0.47
Hex DD 16 11 0 5A 5C D 1 56 2F
Octal 335 26 21 0 132 134 15 1 126 57
Binary 11011101 10110 10001 0 1011010 1011100 1101 1 1010110 101111

Color Harmonies of #DD1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1611

Black with #DD1611

Text Example


Text Example

White with #DD1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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