Html Css Color HEX #DD3104 Harley Davidson Orange

📋 copy color: '#DD3104'

red 221 ◦ green 49 ◦ blue 4

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

Shades of Harley Davidson Orange #DD3104

Tints of Harley Davidson Orange #DD3104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 80.66%
G = 17.88%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3104 (or 0xDD3104) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 04. RGB value is (221,49,4). Sum of RGB (Red+Green+Blue) = 221+49+4=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3104 is #22CEFB. Grayscale: #5F5F5F. Windows color (decimal): -2281212 or 274909. OLE color: 274909.

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

Color convert

RGB 221 49 4 -
CMYK 0 0.78 0.98 0.13
HSL 12.44º 0.96% 0.44% -
HSV(B) 12.44º 0.98% 0.87% -
XYZ 30.94 17.58 1.88 -
YUV 95.3 76.48 217.66 -
System Red Green Blue C M Y K H S L
Decimal 221 49 4 0 0.78 0.98 0.13 12.44 0.96 0.44
Hex DD 31 4 0 4E 62 D C 60 2C
Octal 335 61 4 0 116 142 15 14 140 54
Binary 11011101 110001 100 0 1001110 1100010 1101 1100 1100000 101100

Color Harmonies of #DD3104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3104

Black with #DD3104

Text Example


Text Example

White with #DD3104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3104; }

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

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

background-color css

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

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

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

border-color css

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

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

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