Html Css Color HEX #DD3316 Harley Davidson Orange

📋 copy color: '#DD3316'

red 221 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #DD3316

Tints of Harley Davidson Orange #DD3316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 75.17%
G = 17.35%
B = 7.48%

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

#DD3316 (or 0xDD3316) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 16. RGB value is (221,51,22). Sum of RGB (Red+Green+Blue) = 221+51+22=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3316 is #22CCE9. Grayscale: #626262. Windows color (decimal): -2280682 or 1455069. OLE color: 1455069.

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

Color convert

RGB 221 51 22 -
CMYK 0 0.77 0.90 0.13
HSL 8.74º 0.82% 0.48% -
HSV(B) 8.74º 0.9% 0.87% -
XYZ 31.15 17.8 2.55 -
YUV 98.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 221 51 22 0 0.77 0.90 0.13 8.74 0.82 0.48
Hex DD 33 16 0 4D 5A D 9 52 30
Octal 335 63 26 0 115 132 15 11 122 60
Binary 11011101 110011 10110 0 1001101 1011010 1101 1001 1010010 110000

Color Harmonies of #DD3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3316

Black with #DD3316

Text Example


Text Example

White with #DD3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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