Html Css Color HEX #DF3710 Harley Davidson Orange

📋 copy color: '#DF3710'

red 223 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #DF3710

Tints of Harley Davidson Orange #DF3710

RGB

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

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

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

R = 75.85%
G = 18.71%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF3710 (or 0xDF3710) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 10. RGB value is (223,55,16). Sum of RGB (Red+Green+Blue) = 223+55+16=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3710 is #20C8EF. Grayscale: #656565. Windows color (decimal): -2148592 or 1062879. OLE color: 1062879.

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

Color convert

RGB 223 55 16 -
CMYK 0 0.75 0.93 0.13
HSL 11.3º 0.87% 0.47% -
HSV(B) 11.3º 0.93% 0.87% -
XYZ 31.89 18.46 2.37 -
YUV 100.79 80.16 215.17 -
System Red Green Blue C M Y K H S L
Decimal 223 55 16 0 0.75 0.93 0.13 11.3 0.87 0.47
Hex DF 37 10 0 4B 5D D B 57 2F
Octal 337 67 20 0 113 135 15 13 127 57
Binary 11011111 110111 10000 0 1001011 1011101 1101 1011 1010111 101111

Color Harmonies of #DF3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3710

Black with #DF3710

Text Example


Text Example

White with #DF3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3710; }

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

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

background-color css

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

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

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

border-color css

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

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

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