Html Css Color HEX #DD3F14 Harley Davidson Orange

📋 copy color: '#DD3F14'

red 221 ◦ green 63 ◦ blue 20

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

Shades of Harley Davidson Orange #DD3F14

Tints of Harley Davidson Orange #DD3F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 72.7%
G = 20.72%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3F14 (or 0xDD3F14) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 14. RGB value is (221,63,20). Sum of RGB (Red+Green+Blue) = 221+63+20=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F14 is #22C0EB. Grayscale: #696969. Windows color (decimal): -2277612 or 1327069. OLE color: 1327069.

HSL color Cylindrical-coordinate representation of color #DD3F14: hue angle of 12.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD3F14 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 63 20 -
CMYK 0 0.71 0.91 0.13
HSL 12.84º 0.83% 0.47% -
HSV(B) 12.84º 0.91% 0.87% -
XYZ 31.72 18.98 2.65 -
YUV 105.34 79.85 210.5 -
System Red Green Blue C M Y K H S L
Decimal 221 63 20 0 0.71 0.91 0.13 12.84 0.83 0.47
Hex DD 3F 14 0 47 5B D D 53 2F
Octal 335 77 24 0 107 133 15 15 123 57
Binary 11011101 111111 10100 0 1000111 1011011 1101 1101 1010011 101111

Color Harmonies of #DD3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F14

Black with #DD3F14

Text Example


Text Example

White with #DD3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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