Html Css Color HEX #DD2119 Harley Davidson Orange

📋 copy color: '#DD2119'

red 221 ◦ green 33 ◦ blue 25

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

Shades of Harley Davidson Orange #DD2119

Tints of Harley Davidson Orange #DD2119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 79.21%
G = 11.83%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD2119 (or 0xDD2119) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 19. RGB value is (221,33,25). Sum of RGB (Red+Green+Blue) = 221+33+25=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2119 is #22DEE6. Grayscale: #585858. Windows color (decimal): -2285287 or 1647069. OLE color: 1647069.

HSL color Cylindrical-coordinate representation of color #DD2119: hue angle of 2.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD2119 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 25 -
CMYK 0 0.85 0.89 0.13
HSL 2.45º 0.8% 0.48% -
HSV(B) 2.45º 0.89% 0.87% -
XYZ 30.54 16.53 2.5 -
YUV 88.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 221 33 25 0 0.85 0.89 0.13 2.45 0.8 0.48
Hex DD 21 19 0 55 59 D 2 50 30
Octal 335 41 31 0 125 131 15 2 120 60
Binary 11011101 100001 11001 0 1010101 1011001 1101 10 1010000 110000

Color Harmonies of #DD2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2119

Black with #DD2119

Text Example


Text Example

White with #DD2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2119; }

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

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

background-color css

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

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

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

border-color css

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

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

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