Html Css Color HEX #DD3504 Harley Davidson Orange

📋 copy color: '#DD3504'

red 221 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #DD3504

Tints of Harley Davidson Orange #DD3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 79.5%
G = 19.06%
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

#DD3504 (or 0xDD3504) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 04. RGB value is (221,53,4). Sum of RGB (Red+Green+Blue) = 221+53+4=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3504 is #22CAFB. Grayscale: #626262. Windows color (decimal): -2280188 or 275933. OLE color: 275933.

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

Color convert

RGB 221 53 4 -
CMYK 0 0.76 0.98 0.13
HSL 13.55º 0.96% 0.44% -
HSV(B) 13.55º 0.98% 0.87% -
XYZ 31.11 17.93 1.94 -
YUV 97.65 75.16 215.98 -
System Red Green Blue C M Y K H S L
Decimal 221 53 4 0 0.76 0.98 0.13 13.55 0.96 0.44
Hex DD 35 4 0 4C 62 D E 60 2C
Octal 335 65 4 0 114 142 15 16 140 54
Binary 11011101 110101 100 0 1001100 1100010 1101 1110 1100000 101100

Color Harmonies of #DD3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3504

Black with #DD3504

Text Example


Text Example

White with #DD3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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