Html Css Color HEX #DD2C09 Harley Davidson Orange

📋 copy color: '#DD2C09'

red 221 ◦ green 44 ◦ blue 9

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

Shades of Harley Davidson Orange #DD2C09

Tints of Harley Davidson Orange #DD2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 9 (3.91% from 255) = 3.28%

R = 80.66%
G = 16.06%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD2C09 (or 0xDD2C09) is known color: Harley Davidson Orange. HEX triplet: DD, 2C and 09. RGB value is (221,44,9). Sum of RGB (Red+Green+Blue) = 221+44+9=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2C09 is #22D3F6. Grayscale: #5D5D5D. Windows color (decimal): -2282487 or 601309. OLE color: 601309.

HSL color Cylindrical-coordinate representation of color #DD2C09: hue angle of 9.91º degrees, saturation: 0.92, 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 #DD2C09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 9 -
CMYK 0 0.80 0.96 0.13
HSL 9.91º 0.92% 0.45% -
HSV(B) 9.91º 0.96% 0.87% -
XYZ 30.77 17.19 1.96 -
YUV 92.93 80.64 219.35 -
System Red Green Blue C M Y K H S L
Decimal 221 44 9 0 0.80 0.96 0.13 9.91 0.92 0.45
Hex DD 2C 9 0 50 60 D A 5C 2D
Octal 335 54 11 0 120 140 15 12 134 55
Binary 11011101 101100 1001 0 1010000 1100000 1101 1010 1011100 101101

Color Harmonies of #DD2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C09

Black with #DD2C09

Text Example


Text Example

White with #DD2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C09; }

 p { color: rgb(221,44,9); }

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

background-color css

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

 a { background-color: rgb(221,44,9); }

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

border-color css

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

 span { border-color: rgb(221,44,9); }

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