Html Css Color HEX #DD2008 Harley Davidson Orange

📋 copy color: '#DD2008'

red 221 ◦ green 32 ◦ blue 8

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

Shades of Harley Davidson Orange #DD2008

Tints of Harley Davidson Orange #DD2008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 84.67%
G = 12.26%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD2008 (or 0xDD2008) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 08. RGB value is (221,32,8). Sum of RGB (Red+Green+Blue) = 221+32+8=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2008 is #22DFF7. Grayscale: #565656. Windows color (decimal): -2285560 or 532701. OLE color: 532701.

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

Color convert

RGB 221 32 8 -
CMYK 0 0.86 0.96 0.13
HSL 6.76º 0.93% 0.45% -
HSV(B) 6.76º 0.96% 0.87% -
XYZ 30.38 16.42 1.8 -
YUV 85.78 84.12 224.45 -
System Red Green Blue C M Y K H S L
Decimal 221 32 8 0 0.86 0.96 0.13 6.76 0.93 0.45
Hex DD 20 8 0 56 60 D 7 5D 2D
Octal 335 40 10 0 126 140 15 7 135 55
Binary 11011101 100000 1000 0 1010110 1100000 1101 111 1011101 101101

Color Harmonies of #DD2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2008

Black with #DD2008

Text Example


Text Example

White with #DD2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2008; }

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

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

background-color css

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

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

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

border-color css

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

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

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