Html Css Color HEX #DD3616 Harley Davidson Orange

📋 copy color: '#DD3616'

red 221 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #DD3616

Tints of Harley Davidson Orange #DD3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 74.41%
G = 18.18%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3616 (or 0xDD3616) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 16. RGB value is (221,54,22). Sum of RGB (Red+Green+Blue) = 221+54+22=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3616 is #22C9E9. Grayscale: #646464. Windows color (decimal): -2279914 or 1455837. OLE color: 1455837.

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

Color convert

RGB 221 54 22 -
CMYK 0 0.76 0.90 0.13
HSL 9.65º 0.82% 0.48% -
HSV(B) 9.65º 0.9% 0.87% -
XYZ 31.28 18.07 2.6 -
YUV 100.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 221 54 22 0 0.76 0.90 0.13 9.65 0.82 0.48
Hex DD 36 16 0 4C 5A D A 52 30
Octal 335 66 26 0 114 132 15 12 122 60
Binary 11011101 110110 10110 0 1001100 1011010 1101 1010 1010010 110000

Color Harmonies of #DD3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3616

Black with #DD3616

Text Example


Text Example

White with #DD3616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3616; }

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

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

background-color css

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

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

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

border-color css

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

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

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