Html Css Color HEX #DD2118 Harley Davidson Orange

📋 copy color: '#DD2118'

red 221 ◦ green 33 ◦ blue 24

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

Shades of Harley Davidson Orange #DD2118

Tints of Harley Davidson Orange #DD2118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 79.5%
G = 11.87%
B = 8.63%

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

#DD2118 (or 0xDD2118) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 18. RGB value is (221,33,24). Sum of RGB (Red+Green+Blue) = 221+33+24=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2118 is #22DEE7. Grayscale: #585858. Windows color (decimal): -2285288 or 1581533. OLE color: 1581533.

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

Color convert

RGB 221 33 24 -
CMYK 0 0.85 0.89 0.13
HSL 2.74º 0.8% 0.48% -
HSV(B) 2.74º 0.89% 0.87% -
XYZ 30.53 16.53 2.44 -
YUV 88.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 221 33 24 0 0.85 0.89 0.13 2.74 0.8 0.48
Hex DD 21 18 0 55 59 D 3 50 30
Octal 335 41 30 0 125 131 15 3 120 60
Binary 11011101 100001 11000 0 1010101 1011001 1101 11 1010000 110000

Color Harmonies of #DD2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2118

Black with #DD2118

Text Example


Text Example

White with #DD2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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