Html Css Color HEX #DF3711 Harley Davidson Orange

📋 copy color: '#DF3711'

red 223 ◦ green 55 ◦ blue 17

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

Shades of Harley Davidson Orange #DF3711

Tints of Harley Davidson Orange #DF3711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 75.59%
G = 18.64%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF3711 (or 0xDF3711) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 11. RGB value is (223,55,17). Sum of RGB (Red+Green+Blue) = 223+55+17=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3711 is #20C8EE. Grayscale: #656565. Windows color (decimal): -2148591 or 1128415. OLE color: 1128415.

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

Color convert

RGB 223 55 17 -
CMYK 0 0.75 0.92 0.13
HSL 11.07º 0.86% 0.47% -
HSV(B) 11.07º 0.92% 0.87% -
XYZ 31.9 18.46 2.41 -
YUV 100.9 80.66 215.09 -
System Red Green Blue C M Y K H S L
Decimal 223 55 17 0 0.75 0.92 0.13 11.07 0.86 0.47
Hex DF 37 11 0 4B 5C D B 56 2F
Octal 337 67 21 0 113 134 15 13 126 57
Binary 11011111 110111 10001 0 1001011 1011100 1101 1011 1010110 101111

Color Harmonies of #DF3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3711

Black with #DF3711

Text Example


Text Example

White with #DF3711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3711; }

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

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

background-color css

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

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

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

border-color css

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

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

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