Html Css Color HEX #DD3317 Harley Davidson Orange

📋 copy color: '#DD3317'

red 221 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #DD3317

Tints of Harley Davidson Orange #DD3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 74.92%
G = 17.29%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3317 (or 0xDD3317) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 17. RGB value is (221,51,23). Sum of RGB (Red+Green+Blue) = 221+51+23=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3317 is #22CCE8. Grayscale: #626262. Windows color (decimal): -2280681 or 1520605. OLE color: 1520605.

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

Color convert

RGB 221 51 23 -
CMYK 0 0.77 0.90 0.13
HSL 8.48º 0.81% 0.48% -
HSV(B) 8.48º 0.9% 0.87% -
XYZ 31.16 17.8 2.6 -
YUV 98.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 221 51 23 0 0.77 0.90 0.13 8.48 0.81 0.48
Hex DD 33 17 0 4D 5A D 8 51 30
Octal 335 63 27 0 115 132 15 10 121 60
Binary 11011101 110011 10111 0 1001101 1011010 1101 1000 1010001 110000

Color Harmonies of #DD3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3317

Black with #DD3317

Text Example


Text Example

White with #DD3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3317; }

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

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

background-color css

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

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

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

border-color css

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

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

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