Html Css Color HEX #DD2005 Harley Davidson Orange

📋 copy color: '#DD2005'

red 221 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #DD2005

Tints of Harley Davidson Orange #DD2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 85.66%
G = 12.4%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD2005 (or 0xDD2005) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 05. RGB value is (221,32,5). Sum of RGB (Red+Green+Blue) = 221+32+5=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2005 is #22DFFA. Grayscale: #555555. Windows color (decimal): -2285563 or 336093. OLE color: 336093.

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

Color convert

RGB 221 32 5 -
CMYK 0 0.86 0.98 0.13
HSL 7.5º 0.96% 0.44% -
HSV(B) 7.5º 0.98% 0.87% -
XYZ 30.36 16.42 1.71 -
YUV 85.43 82.62 224.7 -
System Red Green Blue C M Y K H S L
Decimal 221 32 5 0 0.86 0.98 0.13 7.5 0.96 0.44
Hex DD 20 5 0 56 62 D 8 60 2C
Octal 335 40 5 0 126 142 15 10 140 54
Binary 11011101 100000 101 0 1010110 1100010 1101 1000 1100000 101100

Color Harmonies of #DD2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2005

Black with #DD2005

Text Example


Text Example

White with #DD2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2005; }

 p { color: rgb(221,32,5); }

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

background-color css

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

 a { background-color: rgb(221,32,5); }

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

border-color css

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

 span { border-color: rgb(221,32,5); }

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