Html Css Color HEX #DD1616 Harley Davidson Orange

📋 copy color: '#DD1616'

red 221 ◦ green 22 ◦ blue 22

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

Shades of Harley Davidson Orange #DD1616

Tints of Harley Davidson Orange #DD1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 83.4%
G = 8.3%
B = 8.3%

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

#DD1616 (or 0xDD1616) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 16. RGB value is (221,22,22). Sum of RGB (Red+Green+Blue) = 221+22+22=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1616 is #22E9E9. Grayscale: #515151. Windows color (decimal): -2288106 or 1447645. OLE color: 1447645.

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

Color convert

RGB 221 22 22 -
CMYK 0 0.90 0.90 0.13
HSL 0.82% 0.48% -
HSV(B) 0.9% 0.87% -
XYZ 30.25 16 2.25 -
YUV 81.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 221 22 22 0 0.90 0.90 0.13 0 0.82 0.48
Hex DD 16 16 0 5A 5A D 0 52 30
Octal 335 26 26 0 132 132 15 0 122 60
Binary 11011101 10110 10110 0 1011010 1011010 1101 0 1010010 110000

Color Harmonies of #DD1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1616

Black with #DD1616

Text Example


Text Example

White with #DD1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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