Html Css Color HEX #DF3F0C Harley Davidson Orange

📋 copy color: '#DF3F0C'

red 223 ◦ green 63 ◦ blue 12

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

Shades of Harley Davidson Orange #DF3F0C

Tints of Harley Davidson Orange #DF3F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 74.83%
G = 21.14%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF3F0C (or 0xDF3F0C) is known color: Harley Davidson Orange. HEX triplet: DF, 3F and 0C. RGB value is (223,63,12). Sum of RGB (Red+Green+Blue) = 223+63+12=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F0C is #20C0F3. Grayscale: #696969. Windows color (decimal): -2146548 or 802783. OLE color: 802783.

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

Color convert

RGB 223 63 12 -
CMYK 0 0.72 0.95 0.13
HSL 14.5º 0.9% 0.46% -
HSV(B) 14.5º 0.95% 0.87% -
XYZ 32.28 19.27 2.37 -
YUV 105.03 75.51 212.15 -
System Red Green Blue C M Y K H S L
Decimal 223 63 12 0 0.72 0.95 0.13 14.5 0.9 0.46
Hex DF 3F C 0 48 5F D F 5A 2E
Octal 337 77 14 0 110 137 15 17 132 56
Binary 11011111 111111 1100 0 1001000 1011111 1101 1111 1011010 101110

Color Harmonies of #DF3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F0C

Black with #DF3F0C

Text Example


Text Example

White with #DF3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F0C; }

 p { color: rgb(223,63,12); }

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

background-color css

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

 a { background-color: rgb(223,63,12); }

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

border-color css

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

 span { border-color: rgb(223,63,12); }

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