Html Css Color HEX #DD3401 Harley Davidson Orange

📋 copy color: '#DD3401'

red 221 ◦ green 52 ◦ blue 1

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

Shades of Harley Davidson Orange #DD3401

Tints of Harley Davidson Orange #DD3401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 80.66%
G = 18.98%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD3401 (or 0xDD3401) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 01. RGB value is (221,52,1). Sum of RGB (Red+Green+Blue) = 221+52+1=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3401 is #22CBFE. Grayscale: #616161. Windows color (decimal): -2280447 or 79069. OLE color: 79069.

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

Color convert

RGB 221 52 1 -
CMYK 0 0.76 1.00 0.13
HSL 13.91º 0.99% 0.44% -
HSV(B) 13.91º 1% 0.87% -
XYZ 31.05 17.83 1.83 -
YUV 96.72 73.99 216.65 -
System Red Green Blue C M Y K H S L
Decimal 221 52 1 0 0.76 1.00 0.13 13.91 0.99 0.44
Hex DD 34 1 0 4C 64 D E 63 2C
Octal 335 64 1 0 114 144 15 16 143 54
Binary 11011101 110100 1 0 1001100 1100100 1101 1110 1100011 101100

Color Harmonies of #DD3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3401

Black with #DD3401

Text Example


Text Example

White with #DD3401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3401; }

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

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

background-color css

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

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

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

border-color css

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

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

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