Html Css Color HEX #DD3101 Harley Davidson Orange

📋 copy color: '#DD3101'

red 221 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #DD3101

Tints of Harley Davidson Orange #DD3101

RGB

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

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

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

R = 81.55%
G = 18.08%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD3101 (or 0xDD3101) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 01. RGB value is (221,49,1). Sum of RGB (Red+Green+Blue) = 221+49+1=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3101 is #22CEFE. Grayscale: #5F5F5F. Windows color (decimal): -2281215 or 78301. OLE color: 78301.

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

Color convert

RGB 221 49 1 -
CMYK 0 0.78 1.00 0.13
HSL 13.09º 0.99% 0.44% -
HSV(B) 13.09º 1% 0.87% -
XYZ 30.92 17.57 1.79 -
YUV 94.96 74.98 217.9 -
System Red Green Blue C M Y K H S L
Decimal 221 49 1 0 0.78 1.00 0.13 13.09 0.99 0.44
Hex DD 31 1 0 4E 64 D D 63 2C
Octal 335 61 1 0 116 144 15 15 143 54
Binary 11011101 110001 1 0 1001110 1100100 1101 1101 1100011 101100

Color Harmonies of #DD3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3101

Black with #DD3101

Text Example


Text Example

White with #DD3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3101; }

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

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

background-color css

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

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

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

border-color css

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

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

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