Html Css Color HEX #DD3409 Harley Davidson Orange

📋 copy color: '#DD3409'

red 221 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #DD3409

Tints of Harley Davidson Orange #DD3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

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

R = 78.37%
G = 18.44%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD3409 (or 0xDD3409) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 09. RGB value is (221,52,9). Sum of RGB (Red+Green+Blue) = 221+52+9=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3409 is #22CBF6. Grayscale: #616161. Windows color (decimal): -2280439 or 603357. OLE color: 603357.

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

Color convert

RGB 221 52 9 -
CMYK 0 0.76 0.96 0.13
HSL 12.17º 0.92% 0.45% -
HSV(B) 12.17º 0.96% 0.87% -
XYZ 31.1 17.85 2.06 -
YUV 97.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 221 52 9 0 0.76 0.96 0.13 12.17 0.92 0.45
Hex DD 34 9 0 4C 60 D C 5C 2D
Octal 335 64 11 0 114 140 15 14 134 55
Binary 11011101 110100 1001 0 1001100 1100000 1101 1100 1011100 101101

Color Harmonies of #DD3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3409

Black with #DD3409

Text Example


Text Example

White with #DD3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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