Html Css Color HEX #DF311F Harley Davidson Orange

📋 copy color: '#DF311F'

red 223 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #DF311F

Tints of Harley Davidson Orange #DF311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 73.6%
G = 16.17%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF311F (or 0xDF311F) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 1F. RGB value is (223,49,31). Sum of RGB (Red+Green+Blue) = 223+49+31=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF311F is #20CEE0. Grayscale: #636363. Windows color (decimal): -2150113 or 2044383. OLE color: 2044383.

HSL color Cylindrical-coordinate representation of color #DF311F: hue angle of 5.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF311F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 49 31 -
CMYK 0 0.78 0.86 0.13
HSL 5.63º 0.76% 0.5% -
HSV(B) 5.63º 0.86% 0.87% -
XYZ 31.78 17.98 3.09 -
YUV 98.97 89.65 216.46 -
System Red Green Blue C M Y K H S L
Decimal 223 49 31 0 0.78 0.86 0.13 5.63 0.76 0.5
Hex DF 31 1F 0 4E 56 D 6 4C 32
Octal 337 61 37 0 116 126 15 6 114 62
Binary 11011111 110001 11111 0 1001110 1010110 1101 110 1001100 110010

Color Harmonies of #DF311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF311F

Black with #DF311F

Text Example


Text Example

White with #DF311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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