Html Css Color HEX #DD2316 Harley Davidson Orange

📋 copy color: '#DD2316'

red 221 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #DD2316

Tints of Harley Davidson Orange #DD2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 79.5%
G = 12.59%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD2316 (or 0xDD2316) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 16. RGB value is (221,35,22). Sum of RGB (Red+Green+Blue) = 221+35+22=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2316 is #22DCE9. Grayscale: #595959. Windows color (decimal): -2284778 or 1450973. OLE color: 1450973.

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

Color convert

RGB 221 35 22 -
CMYK 0 0.84 0.90 0.13
HSL 3.92º 0.82% 0.48% -
HSV(B) 3.92º 0.9% 0.87% -
XYZ 30.56 16.63 2.36 -
YUV 89.13 90.12 222.06 -
System Red Green Blue C M Y K H S L
Decimal 221 35 22 0 0.84 0.90 0.13 3.92 0.82 0.48
Hex DD 23 16 0 54 5A D 4 52 30
Octal 335 43 26 0 124 132 15 4 122 60
Binary 11011101 100011 10110 0 1010100 1011010 1101 100 1010010 110000

Color Harmonies of #DD2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2316

Black with #DD2316

Text Example


Text Example

White with #DD2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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