Html Css Color HEX #DD3404 Harley Davidson Orange

📋 copy color: '#DD3404'

red 221 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #DD3404

Tints of Harley Davidson Orange #DD3404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 79.78%
G = 18.77%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3404 (or 0xDD3404) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 04. RGB value is (221,52,4). Sum of RGB (Red+Green+Blue) = 221+52+4=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3404 is #22CBFB. Grayscale: #616161. Windows color (decimal): -2280444 or 275677. OLE color: 275677.

HSL color Cylindrical-coordinate representation of color #DD3404: hue angle of 13.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD3404 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 4 -
CMYK 0 0.76 0.98 0.13
HSL 13.27º 0.96% 0.44% -
HSV(B) 13.27º 0.98% 0.87% -
XYZ 31.07 17.84 1.92 -
YUV 97.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 221 52 4 0 0.76 0.98 0.13 13.27 0.96 0.44
Hex DD 34 4 0 4C 62 D D 60 2C
Octal 335 64 4 0 114 142 15 15 140 54
Binary 11011101 110100 100 0 1001100 1100010 1101 1101 1100000 101100

Color Harmonies of #DD3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3404

Black with #DD3404

Text Example


Text Example

White with #DD3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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