Html Css Color HEX #DD3203 Harley Davidson Orange

📋 copy color: '#DD3203'

red 221 ◦ green 50 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3203

Tints of Harley Davidson Orange #DD3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

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

R = 80.66%
G = 18.25%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3203 (or 0xDD3203) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 03. RGB value is (221,50,3). Sum of RGB (Red+Green+Blue) = 221+50+3=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3203 is #22CDFC. Grayscale: #606060. Windows color (decimal): -2280957 or 209629. OLE color: 209629.

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

Color convert

RGB 221 50 3 -
CMYK 0 0.77 0.99 0.13
HSL 12.94º 0.97% 0.44% -
HSV(B) 12.94º 0.99% 0.87% -
XYZ 30.98 17.66 1.86 -
YUV 95.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 221 50 3 0 0.77 0.99 0.13 12.94 0.97 0.44
Hex DD 32 3 0 4D 63 D D 61 2C
Octal 335 62 3 0 115 143 15 15 141 54
Binary 11011101 110010 11 0 1001101 1100011 1101 1101 1100001 101100

Color Harmonies of #DD3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3203

Black with #DD3203

Text Example


Text Example

White with #DD3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3203; }

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

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

background-color css

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

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

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

border-color css

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

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

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