Html Css Color HEX #DD2815 Harley Davidson Orange

📋 copy color: '#DD2815'

red 221 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #DD2815

Tints of Harley Davidson Orange #DD2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 78.37%
G = 14.18%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2815 (or 0xDD2815) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 15. RGB value is (221,40,21). Sum of RGB (Red+Green+Blue) = 221+40+21=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2815 is #22D7EA. Grayscale: #5C5C5C. Windows color (decimal): -2283499 or 1386717. OLE color: 1386717.

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

Color convert

RGB 221 40 21 -
CMYK 0 0.82 0.90 0.13
HSL 5.7º 0.83% 0.47% -
HSV(B) 5.7º 0.9% 0.87% -
XYZ 30.71 16.94 2.36 -
YUV 91.95 87.97 220.04 -
System Red Green Blue C M Y K H S L
Decimal 221 40 21 0 0.82 0.90 0.13 5.7 0.83 0.47
Hex DD 28 15 0 52 5A D 6 53 2F
Octal 335 50 25 0 122 132 15 6 123 57
Binary 11011101 101000 10101 0 1010010 1011010 1101 110 1010011 101111

Color Harmonies of #DD2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2815

Black with #DD2815

Text Example


Text Example

White with #DD2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2815; }

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

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

background-color css

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

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

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

border-color css

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

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

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