Html Css Color HEX #DD2909 Harley Davidson Orange

📋 copy color: '#DD2909'

red 221 ◦ green 41 ◦ blue 9

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

Shades of Harley Davidson Orange #DD2909

Tints of Harley Davidson Orange #DD2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 81.55%
G = 15.13%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD2909 (or 0xDD2909) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 09. RGB value is (221,41,9). Sum of RGB (Red+Green+Blue) = 221+41+9=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2909 is #22D6F6. Grayscale: #5B5B5B. Windows color (decimal): -2283255 or 600541. OLE color: 600541.

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

Color convert

RGB 221 41 9 -
CMYK 0 0.81 0.96 0.13
HSL 9.06º 0.92% 0.45% -
HSV(B) 9.06º 0.96% 0.87% -
XYZ 30.66 16.98 1.92 -
YUV 91.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 221 41 9 0 0.81 0.96 0.13 9.06 0.92 0.45
Hex DD 29 9 0 51 60 D 9 5C 2D
Octal 335 51 11 0 121 140 15 11 134 55
Binary 11011101 101001 1001 0 1010001 1100000 1101 1001 1011100 101101

Color Harmonies of #DD2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2909

Black with #DD2909

Text Example


Text Example

White with #DD2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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