Html Css Color HEX #DD1F16 Harley Davidson Orange

📋 copy color: '#DD1F16'

red 221 ◦ green 31 ◦ blue 22

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

Shades of Harley Davidson Orange #DD1F16

Tints of Harley Davidson Orange #DD1F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

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

R = 80.66%
G = 11.31%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1F16 (or 0xDD1F16) is known color: Harley Davidson Orange. HEX triplet: DD, 1F and 16. RGB value is (221,31,22). Sum of RGB (Red+Green+Blue) = 221+31+22=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1F16 is #22E0E9. Grayscale: #575757. Windows color (decimal): -2285802 or 1449949. OLE color: 1449949.

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

Color convert

RGB 221 31 22 -
CMYK 0 0.86 0.90 0.13
HSL 2.71º 0.82% 0.48% -
HSV(B) 2.71º 0.9% 0.87% -
XYZ 30.45 16.41 2.32 -
YUV 86.78 91.45 223.73 -
System Red Green Blue C M Y K H S L
Decimal 221 31 22 0 0.86 0.90 0.13 2.71 0.82 0.48
Hex DD 1F 16 0 56 5A D 3 52 30
Octal 335 37 26 0 126 132 15 3 122 60
Binary 11011101 11111 10110 0 1010110 1011010 1101 11 1010010 110000

Color Harmonies of #DD1F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F16

Black with #DD1F16

Text Example


Text Example

White with #DD1F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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