Html Css Color HEX #DD1810 Harley Davidson Orange

📋 copy color: '#DD1810'

red 221 ◦ green 24 ◦ blue 16

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

Shades of Harley Davidson Orange #DD1810

Tints of Harley Davidson Orange #DD1810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 84.67%
G = 9.2%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD1810 (or 0xDD1810) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 10. RGB value is (221,24,16). Sum of RGB (Red+Green+Blue) = 221+24+16=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1810 is #22E7EF. Grayscale: #525252. Windows color (decimal): -2287600 or 1054941. OLE color: 1054941.

HSL color Cylindrical-coordinate representation of color #DD1810: hue angle of 2.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1810 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 16 -
CMYK 0 0.89 0.93 0.13
HSL 2.34º 0.86% 0.46% -
HSV(B) 2.34º 0.93% 0.87% -
XYZ 30.24 16.06 2 -
YUV 81.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 221 24 16 0 0.89 0.93 0.13 2.34 0.86 0.46
Hex DD 18 10 0 59 5D D 2 56 2E
Octal 335 30 20 0 131 135 15 2 126 56
Binary 11011101 11000 10000 0 1011001 1011101 1101 10 1010110 101110

Color Harmonies of #DD1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1810

Black with #DD1810

Text Example


Text Example

White with #DD1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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