Html Css Color HEX #DD2D19 Harley Davidson Orange

📋 copy color: '#DD2D19'

red 221 ◦ green 45 ◦ blue 25

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

Shades of Harley Davidson Orange #DD2D19

Tints of Harley Davidson Orange #DD2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 75.95%
G = 15.46%
B = 8.59%

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

#DD2D19 (or 0xDD2D19) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 19. RGB value is (221,45,25). Sum of RGB (Red+Green+Blue) = 221+45+25=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D19 is #22D2E6. Grayscale: #5F5F5F. Windows color (decimal): -2282215 or 1650141. OLE color: 1650141.

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

Color convert

RGB 221 45 25 -
CMYK 0 0.80 0.89 0.13
HSL 6.12º 0.8% 0.48% -
HSV(B) 6.12º 0.89% 0.87% -
XYZ 30.93 17.32 2.63 -
YUV 95.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 221 45 25 0 0.80 0.89 0.13 6.12 0.8 0.48
Hex DD 2D 19 0 50 59 D 6 50 30
Octal 335 55 31 0 120 131 15 6 120 60
Binary 11011101 101101 11001 0 1010000 1011001 1101 110 1010000 110000

Color Harmonies of #DD2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D19

Black with #DD2D19

Text Example


Text Example

White with #DD2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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