Html Css Color HEX #DD2709 Harley Davidson Orange

📋 copy color: '#DD2709'

red 221 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #DD2709

Tints of Harley Davidson Orange #DD2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

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

R = 82.16%
G = 14.5%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD2709 (or 0xDD2709) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 09. RGB value is (221,39,9). Sum of RGB (Red+Green+Blue) = 221+39+9=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2709 is #22D8F6. Grayscale: #5A5A5A. Windows color (decimal): -2283767 or 600029. OLE color: 600029.

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

Color convert

RGB 221 39 9 -
CMYK 0 0.82 0.96 0.13
HSL 8.49º 0.92% 0.45% -
HSV(B) 8.49º 0.96% 0.87% -
XYZ 30.59 16.84 1.9 -
YUV 90 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 221 39 9 0 0.82 0.96 0.13 8.49 0.92 0.45
Hex DD 27 9 0 52 60 D 8 5C 2D
Octal 335 47 11 0 122 140 15 10 134 55
Binary 11011101 100111 1001 0 1010010 1100000 1101 1000 1011100 101101

Color Harmonies of #DD2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2709

Black with #DD2709

Text Example


Text Example

White with #DD2709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2709; }

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

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

background-color css

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

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

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

border-color css

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

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

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