Html Css Color HEX #DD3909 Harley Davidson Orange

📋 copy color: '#DD3909'

red 221 ◦ green 57 ◦ blue 9

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

Shades of Harley Davidson Orange #DD3909

Tints of Harley Davidson Orange #DD3909

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 77%
G = 19.86%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD3909 (or 0xDD3909) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 09. RGB value is (221,57,9). Sum of RGB (Red+Green+Blue) = 221+57+9=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3909 is #22C6F6. Grayscale: #646464. Windows color (decimal): -2279159 or 604637. OLE color: 604637.

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

Color convert

RGB 221 57 9 -
CMYK 0 0.74 0.96 0.13
HSL 13.58º 0.92% 0.45% -
HSV(B) 13.58º 0.96% 0.87% -
XYZ 31.33 18.32 2.14 -
YUV 100.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 221 57 9 0 0.74 0.96 0.13 13.58 0.92 0.45
Hex DD 39 9 0 4A 60 D E 5C 2D
Octal 335 71 11 0 112 140 15 16 134 55
Binary 11011101 111001 1001 0 1001010 1100000 1101 1110 1011100 101101

Color Harmonies of #DD3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3909

Black with #DD3909

Text Example


Text Example

White with #DD3909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3909; }

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

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

background-color css

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

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

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

border-color css

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

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

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