Html Css Color HEX #DF3116 Harley Davidson Orange

📋 copy color: '#DF3116'

red 223 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #DF3116

Tints of Harley Davidson Orange #DF3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 75.85%
G = 16.67%
B = 7.48%

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

#DF3116 (or 0xDF3116) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 16. RGB value is (223,49,22). Sum of RGB (Red+Green+Blue) = 223+49+22=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3116 is #20CEE9. Grayscale: #626262. Windows color (decimal): -2150122 or 1454559. OLE color: 1454559.

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

Color convert

RGB 223 49 22 -
CMYK 0 0.78 0.90 0.13
HSL 8.06º 0.82% 0.48% -
HSV(B) 8.06º 0.9% 0.87% -
XYZ 31.67 17.94 2.55 -
YUV 97.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 223 49 22 0 0.78 0.90 0.13 8.06 0.82 0.48
Hex DF 31 16 0 4E 5A D 8 52 30
Octal 337 61 26 0 116 132 15 10 122 60
Binary 11011111 110001 10110 0 1001110 1011010 1101 1000 1010010 110000

Color Harmonies of #DF3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3116

Black with #DF3116

Text Example


Text Example

White with #DF3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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