Html Css Color HEX #DD4113 Harley Davidson Orange

📋 copy color: '#DD4113'

red 221 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #DD4113

Tints of Harley Davidson Orange #DD4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 72.46%
G = 21.31%
B = 6.23%

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

#DD4113 (or 0xDD4113) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 13. RGB value is (221,65,19). Sum of RGB (Red+Green+Blue) = 221+65+19=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4113 is #22BEEC. Grayscale: #6A6A6A. Windows color (decimal): -2277101 or 1262045. OLE color: 1262045.

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

Color convert

RGB 221 65 19 -
CMYK 0 0.71 0.91 0.13
HSL 13.66º 0.84% 0.47% -
HSV(B) 13.66º 0.91% 0.87% -
XYZ 31.83 19.2 2.64 -
YUV 106.4 78.68 209.74 -
System Red Green Blue C M Y K H S L
Decimal 221 65 19 0 0.71 0.91 0.13 13.66 0.84 0.47
Hex DD 41 13 0 47 5B D E 54 2F
Octal 335 101 23 0 107 133 15 16 124 57
Binary 11011101 1000001 10011 0 1000111 1011011 1101 1110 1010100 101111

Color Harmonies of #DD4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4113

Black with #DD4113

Text Example


Text Example

White with #DD4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4113; }

 p { color: rgb(221,65,19); }

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

background-color css

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

 a { background-color: rgb(221,65,19); }

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

border-color css

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

 span { border-color: rgb(221,65,19); }

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