Html Css Color HEX #DD2000 Harley Davidson Orange

📋 copy color: '#DD2000'

red 221 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #DD2000

Tints of Harley Davidson Orange #DD2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.35%
G = 12.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD2000 (or 0xDD2000) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 00. RGB value is (221,32,0). Sum of RGB (Red+Green+Blue) = 221+32+0=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2000 is #22DFFF. Grayscale: #555555. Windows color (decimal): -2285568 or 8413. OLE color: 8413.

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

Color convert

RGB 221 32 0 -
CMYK 0 0.86 1 0.13
HSL 8.69º 1% 0.43% -
HSV(B) 8.69º 1% 0.87% -
XYZ 30.34 16.41 1.57 -
YUV 84.86 80.12 225.1 -
System Red Green Blue C M Y K H S L
Decimal 221 32 0 0 0.86 1 0.13 8.69 1 0.43
Hex DD 20 0 0 56 64 D 9 64 2B
Octal 335 40 0 0 126 144 15 11 144 53
Binary 11011101 100000 0 0 1010110 1100100 1101 1001 1100100 101011

Color Harmonies of #DD2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2000

Black with #DD2000

Text Example


Text Example

White with #DD2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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