Html Css Color HEX #DF2116 Harley Davidson Orange

📋 copy color: '#DF2116'

red 223 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #DF2116

Tints of Harley Davidson Orange #DF2116

RGB

 RED value IS 223 (87.5% from 255) = 80.22%

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 80.22%
G = 11.87%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF2116 (or 0xDF2116) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 16. RGB value is (223,33,22). Sum of RGB (Red+Green+Blue) = 223+33+22=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2116 is #20DEE9. Grayscale: #585858. Windows color (decimal): -2154218 or 1450463. OLE color: 1450463.

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

Color convert

RGB 223 33 22 -
CMYK 0 0.85 0.90 0.13
HSL 3.28º 0.82% 0.48% -
HSV(B) 3.28º 0.9% 0.87% -
XYZ 31.12 16.83 2.37 -
YUV 88.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 223 33 22 0 0.85 0.90 0.13 3.28 0.82 0.48
Hex DF 21 16 0 55 5A D 3 52 30
Octal 337 41 26 0 125 132 15 3 122 60
Binary 11011111 100001 10110 0 1010101 1011010 1101 11 1010010 110000

Color Harmonies of #DF2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2116

Black with #DF2116

Text Example


Text Example

White with #DF2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2116; }

 p { color: rgb(223,33,22); }

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

background-color css

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

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

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

border-color css

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

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

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