Html Css Color HEX #DD3913 Harley Davidson Orange

📋 copy color: '#DD3913'

red 221 ◦ green 57 ◦ blue 19

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

Shades of Harley Davidson Orange #DD3913

Tints of Harley Davidson Orange #DD3913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 74.41%
G = 19.19%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3913 (or 0xDD3913) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 13. RGB value is (221,57,19). Sum of RGB (Red+Green+Blue) = 221+57+19=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3913 is #22C6EC. Grayscale: #666666. Windows color (decimal): -2279149 or 1259997. OLE color: 1259997.

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

Color convert

RGB 221 57 19 -
CMYK 0 0.74 0.91 0.13
HSL 11.29º 0.84% 0.47% -
HSV(B) 11.29º 0.91% 0.87% -
XYZ 31.4 18.35 2.5 -
YUV 101.7 81.33 213.09 -
System Red Green Blue C M Y K H S L
Decimal 221 57 19 0 0.74 0.91 0.13 11.29 0.84 0.47
Hex DD 39 13 0 4A 5B D B 54 2F
Octal 335 71 23 0 112 133 15 13 124 57
Binary 11011101 111001 10011 0 1001010 1011011 1101 1011 1010100 101111

Color Harmonies of #DD3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3913

Black with #DD3913

Text Example


Text Example

White with #DD3913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3913; }

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

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

background-color css

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

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

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

border-color css

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

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

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