Html Css Color HEX #DF3C0E Harley Davidson Orange

📋 copy color: '#DF3C0E'

red 223 ◦ green 60 ◦ blue 14

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

Shades of Harley Davidson Orange #DF3C0E

Tints of Harley Davidson Orange #DF3C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 75.08%
G = 20.2%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF3C0E (or 0xDF3C0E) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 0E. RGB value is (223,60,14). Sum of RGB (Red+Green+Blue) = 223+60+14=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C0E is #20C3F1. Grayscale: #676767. Windows color (decimal): -2147314 or 933087. OLE color: 933087.

HSL color Cylindrical-coordinate representation of color #DF3C0E: hue angle of 13.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF3C0E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 60 14 -
CMYK 0 0.73 0.94 0.13
HSL 13.21º 0.88% 0.46% -
HSV(B) 13.21º 0.94% 0.87% -
XYZ 32.13 18.95 2.38 -
YUV 103.49 77.5 213.24 -
System Red Green Blue C M Y K H S L
Decimal 223 60 14 0 0.73 0.94 0.13 13.21 0.88 0.46
Hex DF 3C E 0 49 5E D D 58 2E
Octal 337 74 16 0 111 136 15 15 130 56
Binary 11011111 111100 1110 0 1001001 1011110 1101 1101 1011000 101110

Color Harmonies of #DF3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C0E

Black with #DF3C0E

Text Example


Text Example

White with #DF3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C0E; }

 p { color: rgb(223,60,14); }

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

background-color css

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

 a { background-color: rgb(223,60,14); }

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

border-color css

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

 span { border-color: rgb(223,60,14); }

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