Html Css Color HEX #DF3216 Harley Davidson Orange

📋 copy color: '#DF3216'

red 223 ◦ green 50 ◦ blue 22

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

Shades of Harley Davidson Orange #DF3216

Tints of Harley Davidson Orange #DF3216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

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

R = 75.59%
G = 16.95%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF3216 (or 0xDF3216) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 16. RGB value is (223,50,22). Sum of RGB (Red+Green+Blue) = 223+50+22=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3216 is #20CDE9. Grayscale: #626262. Windows color (decimal): -2149866 or 1454815. OLE color: 1454815.

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

Color convert

RGB 223 50 22 -
CMYK 0 0.78 0.90 0.13
HSL 8.36º 0.82% 0.48% -
HSV(B) 8.36º 0.9% 0.87% -
XYZ 31.72 18.03 2.57 -
YUV 98.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 223 50 22 0 0.78 0.90 0.13 8.36 0.82 0.48
Hex DF 32 16 0 4E 5A D 8 52 30
Octal 337 62 26 0 116 132 15 10 122 60
Binary 11011111 110010 10110 0 1001110 1011010 1101 1000 1010010 110000

Color Harmonies of #DF3216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3216

Black with #DF3216

Text Example


Text Example

White with #DF3216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3216; }

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

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

background-color css

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

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

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

border-color css

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

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

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