Html Css Color HEX #DD3503 Harley Davidson Orange

📋 copy color: '#DD3503'

red 221 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3503

Tints of Harley Davidson Orange #DD3503

RGB

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

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

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

R = 79.78%
G = 19.13%
B = 1.08%

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

#DD3503 (or 0xDD3503) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 03. RGB value is (221,53,3). Sum of RGB (Red+Green+Blue) = 221+53+3=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3503 is #22CAFC. Grayscale: #616161. Windows color (decimal): -2280189 or 210397. OLE color: 210397.

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

Color convert

RGB 221 53 3 -
CMYK 0 0.76 0.99 0.13
HSL 13.76º 0.97% 0.44% -
HSV(B) 13.76º 0.99% 0.87% -
XYZ 31.11 17.92 1.91 -
YUV 97.53 74.66 216.07 -
System Red Green Blue C M Y K H S L
Decimal 221 53 3 0 0.76 0.99 0.13 13.76 0.97 0.44
Hex DD 35 3 0 4C 63 D E 61 2C
Octal 335 65 3 0 114 143 15 16 141 54
Binary 11011101 110101 11 0 1001100 1100011 1101 1110 1100001 101100

Color Harmonies of #DD3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3503

Black with #DD3503

Text Example


Text Example

White with #DD3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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