Html Css Color HEX #DF2216 Harley Davidson Orange

📋 copy color: '#DF2216'

red 223 ◦ green 34 ◦ blue 22

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

Shades of Harley Davidson Orange #DF2216

Tints of Harley Davidson Orange #DF2216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 79.93%
G = 12.19%
B = 7.89%

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

#DF2216 (or 0xDF2216) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 16. RGB value is (223,34,22). Sum of RGB (Red+Green+Blue) = 223+34+22=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2216 is #20DDE9. Grayscale: #595959. Windows color (decimal): -2153962 or 1450719. OLE color: 1450719.

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

Color convert

RGB 223 34 22 -
CMYK 0 0.85 0.90 0.13
HSL 3.58º 0.82% 0.48% -
HSV(B) 3.58º 0.9% 0.87% -
XYZ 31.15 16.89 2.38 -
YUV 89.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 223 34 22 0 0.85 0.90 0.13 3.58 0.82 0.48
Hex DF 22 16 0 55 5A D 4 52 30
Octal 337 42 26 0 125 132 15 4 122 60
Binary 11011111 100010 10110 0 1010101 1011010 1101 100 1010010 110000

Color Harmonies of #DF2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2216

Black with #DF2216

Text Example


Text Example

White with #DF2216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2216; }

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

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

background-color css

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

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

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

border-color css

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

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

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