Html Css Color HEX #DD3417 Harley Davidson Orange

📋 copy color: '#DD3417'

red 221 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #DD3417

Tints of Harley Davidson Orange #DD3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 74.66%
G = 17.57%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3417 (or 0xDD3417) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 17. RGB value is (221,52,23). Sum of RGB (Red+Green+Blue) = 221+52+23=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3417 is #22CBE8. Grayscale: #636363. Windows color (decimal): -2280425 or 1520861. OLE color: 1520861.

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

Color convert

RGB 221 52 23 -
CMYK 0 0.76 0.90 0.13
HSL 8.79º 0.81% 0.48% -
HSV(B) 8.79º 0.9% 0.87% -
XYZ 31.2 17.89 2.62 -
YUV 99.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 221 52 23 0 0.76 0.90 0.13 8.79 0.81 0.48
Hex DD 34 17 0 4C 5A D 9 51 30
Octal 335 64 27 0 114 132 15 11 121 60
Binary 11011101 110100 10111 0 1001100 1011010 1101 1001 1010001 110000

Color Harmonies of #DD3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3417

Black with #DD3417

Text Example


Text Example

White with #DD3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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