Html Css Color HEX #DF3806 Harley Davidson Orange

📋 copy color: '#DF3806'

red 223 ◦ green 56 ◦ blue 6

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

Shades of Harley Davidson Orange #DF3806

Tints of Harley Davidson Orange #DF3806

RGB

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

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

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

R = 78.25%
G = 19.65%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF3806 (or 0xDF3806) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 06. RGB value is (223,56,6). Sum of RGB (Red+Green+Blue) = 223+56+6=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3806 is #20C7F9. Grayscale: #646464. Windows color (decimal): -2148346 or 407775. OLE color: 407775.

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

Color convert

RGB 223 56 6 -
CMYK 0 0.75 0.97 0.13
HSL 13.82º 0.95% 0.45% -
HSV(B) 13.82º 0.97% 0.87% -
XYZ 31.88 18.53 2.07 -
YUV 100.23 74.83 215.57 -
System Red Green Blue C M Y K H S L
Decimal 223 56 6 0 0.75 0.97 0.13 13.82 0.95 0.45
Hex DF 38 6 0 4B 61 D E 5F 2D
Octal 337 70 6 0 113 141 15 16 137 55
Binary 11011111 111000 110 0 1001011 1100001 1101 1110 1011111 101101

Color Harmonies of #DF3806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3806

Black with #DF3806

Text Example


Text Example

White with #DF3806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3806; }

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

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

background-color css

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

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

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

border-color css

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

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

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