Html Css Color HEX #DD1818 Harley Davidson Orange

📋 copy color: '#DD1818'

red 221 ◦ green 24 ◦ blue 24

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

Shades of Harley Davidson Orange #DD1818

Tints of Harley Davidson Orange #DD1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

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

R = 82.16%
G = 8.92%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD1818 (or 0xDD1818) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 18. RGB value is (221,24,24). Sum of RGB (Red+Green+Blue) = 221+24+24=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1818 is #22E7E7. Grayscale: #535353. Windows color (decimal): -2287592 or 1579229. OLE color: 1579229.

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

Color convert

RGB 221 24 24 -
CMYK 0 0.89 0.89 0.13
HSL 0.8% 0.48% -
HSV(B) 0.89% 0.87% -
XYZ 30.31 16.09 2.37 -
YUV 82.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 221 24 24 0 0.89 0.89 0.13 0 0.8 0.48
Hex DD 18 18 0 59 59 D 0 50 30
Octal 335 30 30 0 131 131 15 0 120 60
Binary 11011101 11000 11000 0 1011001 1011001 1101 0 1010000 110000

Color Harmonies of #DD1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1818

Black with #DD1818

Text Example


Text Example

White with #DD1818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1818; }

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

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

background-color css

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

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

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

border-color css

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

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

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