Html Css Color HEX #DD2101 Harley Davidson Orange

📋 copy color: '#DD2101'

red 221 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #DD2101

Tints of Harley Davidson Orange #DD2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 86.67%
G = 12.94%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD2101 (or 0xDD2101) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 01. RGB value is (221,33,1). Sum of RGB (Red+Green+Blue) = 221+33+1=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2101 is #22DEFE. Grayscale: #555555. Windows color (decimal): -2285311 or 74205. OLE color: 74205.

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

Color convert

RGB 221 33 1 -
CMYK 0 0.85 1.00 0.13
HSL 8.73º 0.99% 0.44% -
HSV(B) 8.73º 1% 0.87% -
XYZ 30.37 16.46 1.61 -
YUV 85.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 221 33 1 0 0.85 1.00 0.13 8.73 0.99 0.44
Hex DD 21 1 0 55 64 D 9 63 2C
Octal 335 41 1 0 125 144 15 11 143 54
Binary 11011101 100001 1 0 1010101 1100100 1101 1001 1100011 101100

Color Harmonies of #DD2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2101

Black with #DD2101

Text Example


Text Example

White with #DD2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2101; }

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

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

background-color css

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

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

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

border-color css

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

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

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