Html Css Color HEX #DD2817 Harley Davidson Orange

📋 copy color: '#DD2817'

red 221 ◦ green 40 ◦ blue 23

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

Shades of Harley Davidson Orange #DD2817

Tints of Harley Davidson Orange #DD2817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 77.82%
G = 14.08%
B = 8.1%

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

#DD2817 (or 0xDD2817) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 17. RGB value is (221,40,23). Sum of RGB (Red+Green+Blue) = 221+40+23=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2817 is #22D7E8. Grayscale: #5C5C5C. Windows color (decimal): -2283497 or 1517789. OLE color: 1517789.

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

Color convert

RGB 221 40 23 -
CMYK 0 0.82 0.90 0.13
HSL 5.15º 0.81% 0.48% -
HSV(B) 5.15º 0.9% 0.87% -
XYZ 30.73 16.95 2.46 -
YUV 92.18 88.97 219.88 -
System Red Green Blue C M Y K H S L
Decimal 221 40 23 0 0.82 0.90 0.13 5.15 0.81 0.48
Hex DD 28 17 0 52 5A D 5 51 30
Octal 335 50 27 0 122 132 15 5 121 60
Binary 11011101 101000 10111 0 1010010 1011010 1101 101 1010001 110000

Color Harmonies of #DD2817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2817

Black with #DD2817

Text Example


Text Example

White with #DD2817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2817; }

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

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

background-color css

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

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

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

border-color css

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

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

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