Html Css Color HEX #DF3011 Harley Davidson Orange

📋 copy color: '#DF3011'

red 223 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #DF3011

Tints of Harley Davidson Orange #DF3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 77.43%
G = 16.67%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF3011 (or 0xDF3011) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 11. RGB value is (223,48,17). Sum of RGB (Red+Green+Blue) = 223+48+17=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3011 is #20CFEE. Grayscale: #616161. Windows color (decimal): -2150383 or 1126623. OLE color: 1126623.

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

Color convert

RGB 223 48 17 -
CMYK 0 0.78 0.92 0.13
HSL 9.03º 0.86% 0.47% -
HSV(B) 9.03º 0.92% 0.87% -
XYZ 31.59 17.84 2.31 -
YUV 96.79 82.98 218.02 -
System Red Green Blue C M Y K H S L
Decimal 223 48 17 0 0.78 0.92 0.13 9.03 0.86 0.47
Hex DF 30 11 0 4E 5C D 9 56 2F
Octal 337 60 21 0 116 134 15 11 126 57
Binary 11011111 110000 10001 0 1001110 1011100 1101 1001 1010110 101111

Color Harmonies of #DF3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3011

Black with #DF3011

Text Example


Text Example

White with #DF3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3011; }

 p { color: rgb(223,48,17); }

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

background-color css

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

 a { background-color: rgb(223,48,17); }

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

border-color css

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

 span { border-color: rgb(223,48,17); }

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