Html Css Color HEX #DF3C06 Harley Davidson Orange

📋 copy color: '#DF3C06'

red 223 ◦ green 60 ◦ blue 6

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

Shades of Harley Davidson Orange #DF3C06

Tints of Harley Davidson Orange #DF3C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 77.16%
G = 20.76%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF3C06 (or 0xDF3C06) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 06. RGB value is (223,60,6). Sum of RGB (Red+Green+Blue) = 223+60+6=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C06 is #20C3F9. Grayscale: #666666. Windows color (decimal): -2147322 or 408799. OLE color: 408799.

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

Color convert

RGB 223 60 6 -
CMYK 0 0.73 0.97 0.13
HSL 14.93º 0.95% 0.45% -
HSV(B) 14.93º 0.97% 0.87% -
XYZ 32.08 18.93 2.14 -
YUV 102.58 73.5 213.89 -
System Red Green Blue C M Y K H S L
Decimal 223 60 6 0 0.73 0.97 0.13 14.93 0.95 0.45
Hex DF 3C 6 0 49 61 D F 5F 2D
Octal 337 74 6 0 111 141 15 17 137 55
Binary 11011111 111100 110 0 1001001 1100001 1101 1111 1011111 101101

Color Harmonies of #DF3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C06

Black with #DF3C06

Text Example


Text Example

White with #DF3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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