Html Css Color HEX #DD2106 Harley Davidson Orange

📋 copy color: '#DD2106'

red 221 ◦ green 33 ◦ blue 6

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

Shades of Harley Davidson Orange #DD2106

Tints of Harley Davidson Orange #DD2106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 85%
G = 12.69%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD2106 (or 0xDD2106) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 06. RGB value is (221,33,6). Sum of RGB (Red+Green+Blue) = 221+33+6=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2106 is #22DEF9. Grayscale: #565656. Windows color (decimal): -2285306 or 401885. OLE color: 401885.

HSL color Cylindrical-coordinate representation of color #DD2106: hue angle of 7.53º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD2106 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 6 -
CMYK 0 0.85 0.97 0.13
HSL 7.53º 0.95% 0.45% -
HSV(B) 7.53º 0.97% 0.87% -
XYZ 30.4 16.47 1.75 -
YUV 86.13 82.78 224.2 -
System Red Green Blue C M Y K H S L
Decimal 221 33 6 0 0.85 0.97 0.13 7.53 0.95 0.45
Hex DD 21 6 0 55 61 D 8 5F 2D
Octal 335 41 6 0 125 141 15 10 137 55
Binary 11011101 100001 110 0 1010101 1100001 1101 1000 1011111 101101

Color Harmonies of #DD2106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2106

Black with #DD2106

Text Example


Text Example

White with #DD2106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2106; }

 p { color: rgb(221,33,6); }

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

background-color css

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

 a { background-color: rgb(221,33,6); }

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

border-color css

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

 span { border-color: rgb(221,33,6); }

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