Html Css Color HEX #DD3F17 Harley Davidson Orange

📋 copy color: '#DD3F17'

red 221 ◦ green 63 ◦ blue 23

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

Shades of Harley Davidson Orange #DD3F17

Tints of Harley Davidson Orange #DD3F17

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

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

R = 71.99%
G = 20.52%
B = 7.49%

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

#DD3F17 (or 0xDD3F17) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 17. RGB value is (221,63,23). Sum of RGB (Red+Green+Blue) = 221+63+23=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F17 is #22C0E8. Grayscale: #6A6A6A. Windows color (decimal): -2277609 or 1523677. OLE color: 1523677.

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

Color convert

RGB 221 63 23 -
CMYK 0 0.71 0.90 0.13
HSL 12.12º 0.81% 0.48% -
HSV(B) 12.12º 0.9% 0.87% -
XYZ 31.75 18.99 2.8 -
YUV 105.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 221 63 23 0 0.71 0.90 0.13 12.12 0.81 0.48
Hex DD 3F 17 0 47 5A D C 51 30
Octal 335 77 27 0 107 132 15 14 121 60
Binary 11011101 111111 10111 0 1000111 1011010 1101 1100 1010001 110000

Color Harmonies of #DD3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F17

Black with #DD3F17

Text Example


Text Example

White with #DD3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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