Html Css Color HEX #DD2417 Harley Davidson Orange

📋 copy color: '#DD2417'

red 221 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #DD2417

Tints of Harley Davidson Orange #DD2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

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

R = 78.93%
G = 12.86%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2417 (or 0xDD2417) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 17. RGB value is (221,36,23). Sum of RGB (Red+Green+Blue) = 221+36+23=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2417 is #22DBE8. Grayscale: #5A5A5A. Windows color (decimal): -2284521 or 1516765. OLE color: 1516765.

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

Color convert

RGB 221 36 23 -
CMYK 0 0.84 0.90 0.13
HSL 3.94º 0.81% 0.48% -
HSV(B) 3.94º 0.9% 0.87% -
XYZ 30.6 16.7 2.42 -
YUV 89.83 90.29 221.56 -
System Red Green Blue C M Y K H S L
Decimal 221 36 23 0 0.84 0.90 0.13 3.94 0.81 0.48
Hex DD 24 17 0 54 5A D 4 51 30
Octal 335 44 27 0 124 132 15 4 121 60
Binary 11011101 100100 10111 0 1010100 1011010 1101 100 1010001 110000

Color Harmonies of #DD2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2417

Black with #DD2417

Text Example


Text Example

White with #DD2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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