Html Css Color HEX #DF3110 Harley Davidson Orange

📋 copy color: '#DF3110'

red 223 ◦ green 49 ◦ blue 16

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

Shades of Harley Davidson Orange #DF3110

Tints of Harley Davidson Orange #DF3110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 77.43%
G = 17.01%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF3110 (or 0xDF3110) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 10. RGB value is (223,49,16). Sum of RGB (Red+Green+Blue) = 223+49+16=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3110 is #20CEEF. Grayscale: #616161. Windows color (decimal): -2150128 or 1061343. OLE color: 1061343.

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

Color convert

RGB 223 49 16 -
CMYK 0 0.78 0.93 0.13
HSL 9.57º 0.87% 0.47% -
HSV(B) 9.57º 0.93% 0.87% -
XYZ 31.62 17.92 2.28 -
YUV 97.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 223 49 16 0 0.78 0.93 0.13 9.57 0.87 0.47
Hex DF 31 10 0 4E 5D D A 57 2F
Octal 337 61 20 0 116 135 15 12 127 57
Binary 11011111 110001 10000 0 1001110 1011101 1101 1010 1010111 101111

Color Harmonies of #DF3110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3110

Black with #DF3110

Text Example


Text Example

White with #DF3110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3110; }

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

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

background-color css

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

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

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

border-color css

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

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

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