Html Css Color HEX #DD2C19 Harley Davidson Orange

📋 copy color: '#DD2C19'

red 221 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #DD2C19

Tints of Harley Davidson Orange #DD2C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 76.21%
G = 15.17%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD2C19 (or 0xDD2C19) is known color: Harley Davidson Orange. HEX triplet: DD, 2C and 19. RGB value is (221,44,25). Sum of RGB (Red+Green+Blue) = 221+44+25=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2C19 is #22D3E6. Grayscale: #5F5F5F. Windows color (decimal): -2282471 or 1649885. OLE color: 1649885.

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

Color convert

RGB 221 44 25 -
CMYK 0 0.80 0.89 0.13
HSL 5.82º 0.8% 0.48% -
HSV(B) 5.82º 0.89% 0.87% -
XYZ 30.89 17.24 2.62 -
YUV 94.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 221 44 25 0 0.80 0.89 0.13 5.82 0.8 0.48
Hex DD 2C 19 0 50 59 D 6 50 30
Octal 335 54 31 0 120 131 15 6 120 60
Binary 11011101 101100 11001 0 1010000 1011001 1101 110 1010000 110000

Color Harmonies of #DD2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C19

Black with #DD2C19

Text Example


Text Example

White with #DD2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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