Html Css Color HEX #DD2019 Harley Davidson Orange

📋 copy color: '#DD2019'

red 221 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #DD2019

Tints of Harley Davidson Orange #DD2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 79.5%
G = 11.51%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD2019 (or 0xDD2019) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 19. RGB value is (221,32,25). Sum of RGB (Red+Green+Blue) = 221+32+25=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2019 is #22DFE6. Grayscale: #575757. Windows color (decimal): -2285543 or 1646813. OLE color: 1646813.

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

Color convert

RGB 221 32 25 -
CMYK 0 0.86 0.89 0.13
HSL 2.14º 0.8% 0.48% -
HSV(B) 2.14º 0.89% 0.87% -
XYZ 30.51 16.48 2.49 -
YUV 87.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 221 32 25 0 0.86 0.89 0.13 2.14 0.8 0.48
Hex DD 20 19 0 56 59 D 2 50 30
Octal 335 40 31 0 126 131 15 2 120 60
Binary 11011101 100000 11001 0 1010110 1011001 1101 10 1010000 110000

Color Harmonies of #DD2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2019

Black with #DD2019

Text Example


Text Example

White with #DD2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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