Html Css Color HEX #DD1716 Harley Davidson Orange

📋 copy color: '#DD1716'

red 221 ◦ green 23 ◦ blue 22

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

Shades of Harley Davidson Orange #DD1716

Tints of Harley Davidson Orange #DD1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 83.08%
G = 8.65%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1716 (or 0xDD1716) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 16. RGB value is (221,23,22). Sum of RGB (Red+Green+Blue) = 221+23+22=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1716 is #22E8E9. Grayscale: #525252. Windows color (decimal): -2287850 or 1447901. OLE color: 1447901.

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

Color convert

RGB 221 23 22 -
CMYK 0 0.90 0.90 0.13
HSL 0.3º 0.82% 0.48% -
HSV(B) 0.3º 0.9% 0.87% -
XYZ 30.27 16.04 2.26 -
YUV 82.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 221 23 22 0 0.90 0.90 0.13 0.3 0.82 0.48
Hex DD 17 16 0 5A 5A D 0 52 30
Octal 335 27 26 0 132 132 15 0 122 60
Binary 11011101 10111 10110 0 1011010 1011010 1101 0 1010010 110000

Color Harmonies of #DD1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1716

Black with #DD1716

Text Example


Text Example

White with #DD1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1716; }

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

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

background-color css

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

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

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

border-color css

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

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

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