Html Css Color HEX #DF3700 Harley Davidson Orange

📋 copy color: '#DF3700'

red 223 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #DF3700

Tints of Harley Davidson Orange #DF3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.22%
G = 19.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF3700 (or 0xDF3700) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 00. RGB value is (223,55,0). Sum of RGB (Red+Green+Blue) = 223+55+0=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3700 is #20C8FF. Grayscale: #636363. Windows color (decimal): -2148608 or 14303. OLE color: 14303.

HSL color Cylindrical-coordinate representation of color #DF3700: hue angle of 14.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3700 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 55 0 -
CMYK 0 0.75 1 0.13
HSL 14.8º 1% 0.44% -
HSV(B) 14.8º 1% 0.87% -
XYZ 31.8 18.42 1.88 -
YUV 98.96 72.16 216.47 -
System Red Green Blue C M Y K H S L
Decimal 223 55 0 0 0.75 1 0.13 14.8 1 0.44
Hex DF 37 0 0 4B 64 D F 64 2C
Octal 337 67 0 0 113 144 15 17 144 54
Binary 11011111 110111 0 0 1001011 1100100 1101 1111 1100100 101100

Color Harmonies of #DF3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3700

Black with #DF3700

Text Example


Text Example

White with #DF3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3700; }

 p { color: rgb(223,55,0); }

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

background-color css

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

 a { background-color: rgb(223,55,0); }

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

border-color css

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

 span { border-color: rgb(223,55,0); }

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