Html Css Color HEX #DD3917 Harley Davidson Orange

📋 copy color: '#DD3917'

red 221 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #DD3917

Tints of Harley Davidson Orange #DD3917

RGB

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

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

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

R = 73.42%
G = 18.94%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3917 (or 0xDD3917) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 17. RGB value is (221,57,23). Sum of RGB (Red+Green+Blue) = 221+57+23=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3917 is #22C6E8. Grayscale: #666666. Windows color (decimal): -2279145 or 1522141. OLE color: 1522141.

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

Color convert

RGB 221 57 23 -
CMYK 0 0.74 0.90 0.13
HSL 10.3º 0.81% 0.48% -
HSV(B) 10.3º 0.9% 0.87% -
XYZ 31.44 18.36 2.7 -
YUV 102.16 83.33 212.76 -
System Red Green Blue C M Y K H S L
Decimal 221 57 23 0 0.74 0.90 0.13 10.3 0.81 0.48
Hex DD 39 17 0 4A 5A D A 51 30
Octal 335 71 27 0 112 132 15 12 121 60
Binary 11011101 111001 10111 0 1001010 1011010 1101 1010 1010001 110000

Color Harmonies of #DD3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3917

Black with #DD3917

Text Example


Text Example

White with #DD3917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3917; }

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

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

background-color css

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

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

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

border-color css

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

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

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