Html Css Color HEX #DF310E Harley Davidson Orange

📋 copy color: '#DF310E'

red 223 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #DF310E

Tints of Harley Davidson Orange #DF310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 77.97%
G = 17.13%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF310E (or 0xDF310E) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 0E. RGB value is (223,49,14). Sum of RGB (Red+Green+Blue) = 223+49+14=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF310E is #20CEF1. Grayscale: #616161. Windows color (decimal): -2150130 or 930271. OLE color: 930271.

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

Color convert

RGB 223 49 14 -
CMYK 0 0.78 0.94 0.13
HSL 10.05º 0.88% 0.46% -
HSV(B) 10.05º 0.94% 0.87% -
XYZ 31.61 17.92 2.21 -
YUV 97.04 81.15 217.85 -
System Red Green Blue C M Y K H S L
Decimal 223 49 14 0 0.78 0.94 0.13 10.05 0.88 0.46
Hex DF 31 E 0 4E 5E D A 58 2E
Octal 337 61 16 0 116 136 15 12 130 56
Binary 11011111 110001 1110 0 1001110 1011110 1101 1010 1011000 101110

Color Harmonies of #DF310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF310E

Black with #DF310E

Text Example


Text Example

White with #DF310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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