Html Css Color HEX #DD3403 Harley Davidson Orange

📋 copy color: '#DD3403'

red 221 ◦ green 52 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3403

Tints of Harley Davidson Orange #DD3403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 80.07%
G = 18.84%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3403 (or 0xDD3403) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 03. RGB value is (221,52,3). Sum of RGB (Red+Green+Blue) = 221+52+3=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3403 is #22CBFC. Grayscale: #616161. Windows color (decimal): -2280445 or 210141. OLE color: 210141.

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

Color convert

RGB 221 52 3 -
CMYK 0 0.76 0.99 0.13
HSL 13.49º 0.97% 0.44% -
HSV(B) 13.49º 0.99% 0.87% -
XYZ 31.06 17.83 1.89 -
YUV 96.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 221 52 3 0 0.76 0.99 0.13 13.49 0.97 0.44
Hex DD 34 3 0 4C 63 D D 61 2C
Octal 335 64 3 0 114 143 15 15 141 54
Binary 11011101 110100 11 0 1001100 1100011 1101 1101 1100001 101100

Color Harmonies of #DD3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3403

Black with #DD3403

Text Example


Text Example

White with #DD3403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3403; }

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

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

background-color css

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

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

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

border-color css

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

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

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