Html Css Color HEX #DD4017 Harley Davidson Orange

📋 copy color: '#DD4017'

red 221 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #DD4017

Tints of Harley Davidson Orange #DD4017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 71.75%
G = 20.78%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4017 (or 0xDD4017) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 17. RGB value is (221,64,23). Sum of RGB (Red+Green+Blue) = 221+64+23=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4017 is #22BFE8. Grayscale: #6A6A6A. Windows color (decimal): -2277353 or 1523933. OLE color: 1523933.

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

Color convert

RGB 221 64 23 -
CMYK 0 0.71 0.90 0.13
HSL 12.42º 0.81% 0.48% -
HSV(B) 12.42º 0.9% 0.87% -
XYZ 31.81 19.1 2.82 -
YUV 106.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 221 64 23 0 0.71 0.90 0.13 12.42 0.81 0.48
Hex DD 40 17 0 47 5A D C 51 30
Octal 335 100 27 0 107 132 15 14 121 60
Binary 11011101 1000000 10111 0 1000111 1011010 1101 1100 1010001 110000

Color Harmonies of #DD4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4017

Black with #DD4017

Text Example


Text Example

White with #DD4017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4017; }

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

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

background-color css

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

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

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

border-color css

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

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

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