Html Css Color HEX #DD1815 Harley Davidson Orange

📋 copy color: '#DD1815'

red 221 ◦ green 24 ◦ blue 21

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

Shades of Harley Davidson Orange #DD1815

Tints of Harley Davidson Orange #DD1815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 83.08%
G = 9.02%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1815 (or 0xDD1815) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 15. RGB value is (221,24,21). Sum of RGB (Red+Green+Blue) = 221+24+21=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1815 is #22E7EA. Grayscale: #525252. Windows color (decimal): -2287595 or 1382621. OLE color: 1382621.

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

Color convert

RGB 221 24 21 -
CMYK 0 0.89 0.90 0.13
HSL 0.9º 0.83% 0.47% -
HSV(B) 0.9º 0.9% 0.87% -
XYZ 30.28 16.08 2.22 -
YUV 82.56 93.27 226.74 -
System Red Green Blue C M Y K H S L
Decimal 221 24 21 0 0.89 0.90 0.13 0.9 0.83 0.47
Hex DD 18 15 0 59 5A D 1 53 2F
Octal 335 30 25 0 131 132 15 1 123 57
Binary 11011101 11000 10101 0 1011001 1011010 1101 1 1010011 101111

Color Harmonies of #DD1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1815

Black with #DD1815

Text Example


Text Example

White with #DD1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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