Html Css Color HEX #DF3810 Harley Davidson Orange

📋 copy color: '#DF3810'

red 223 ◦ green 56 ◦ blue 16

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

Shades of Harley Davidson Orange #DF3810

Tints of Harley Davidson Orange #DF3810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 75.59%
G = 18.98%
B = 5.42%

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

#DF3810 (or 0xDF3810) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 10. RGB value is (223,56,16). Sum of RGB (Red+Green+Blue) = 223+56+16=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3810 is #20C7EF. Grayscale: #656565. Windows color (decimal): -2148336 or 1063135. OLE color: 1063135.

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

Color convert

RGB 223 56 16 -
CMYK 0 0.75 0.93 0.13
HSL 11.59º 0.87% 0.47% -
HSV(B) 11.59º 0.93% 0.87% -
XYZ 31.94 18.55 2.39 -
YUV 101.37 79.83 214.75 -
System Red Green Blue C M Y K H S L
Decimal 223 56 16 0 0.75 0.93 0.13 11.59 0.87 0.47
Hex DF 38 10 0 4B 5D D C 57 2F
Octal 337 70 20 0 113 135 15 14 127 57
Binary 11011111 111000 10000 0 1001011 1011101 1101 1100 1010111 101111

Color Harmonies of #DF3810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3810

Black with #DF3810

Text Example


Text Example

White with #DF3810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3810; }

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

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

background-color css

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

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

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

border-color css

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

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

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