Html Css Color HEX #DD2D18 Harley Davidson Orange

📋 copy color: '#DD2D18'

red 221 ◦ green 45 ◦ blue 24

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

Shades of Harley Davidson Orange #DD2D18

Tints of Harley Davidson Orange #DD2D18

RGB

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

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

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

R = 76.21%
G = 15.52%
B = 8.28%

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

#DD2D18 (or 0xDD2D18) is known color: Harley Davidson Orange. HEX triplet: DD, 2D and 18. RGB value is (221,45,24). Sum of RGB (Red+Green+Blue) = 221+45+24=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2D18 is #22D2E7. Grayscale: #5F5F5F. Windows color (decimal): -2282216 or 1584605. OLE color: 1584605.

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

Color convert

RGB 221 45 24 -
CMYK 0 0.80 0.89 0.13
HSL 6.4º 0.8% 0.48% -
HSV(B) 6.4º 0.89% 0.87% -
XYZ 30.92 17.31 2.58 -
YUV 95.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 221 45 24 0 0.80 0.89 0.13 6.4 0.8 0.48
Hex DD 2D 18 0 50 59 D 6 50 30
Octal 335 55 30 0 120 131 15 6 120 60
Binary 11011101 101101 11000 0 1010000 1011001 1101 110 1010000 110000

Color Harmonies of #DD2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D18

Black with #DD2D18

Text Example


Text Example

White with #DD2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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