Html Css Color HEX #DF3500 Harley Davidson Orange

📋 copy color: '#DF3500'

red 223 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #DF3500

Tints of Harley Davidson Orange #DF3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 80.8%
G = 19.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF3500 (or 0xDF3500) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 00. RGB value is (223,53,0). Sum of RGB (Red+Green+Blue) = 223+53+0=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3500 is #20CAFF. Grayscale: #626262. Windows color (decimal): -2149120 or 13791. OLE color: 13791.

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

Color convert

RGB 223 53 0 -
CMYK 0 0.76 1 0.13
HSL 14.26º 1% 0.44% -
HSV(B) 14.26º 1% 0.87% -
XYZ 31.7 18.23 1.85 -
YUV 97.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 223 53 0 0 0.76 1 0.13 14.26 1 0.44
Hex DF 35 0 0 4C 64 D E 64 2C
Octal 337 65 0 0 114 144 15 16 144 54
Binary 11011111 110101 0 0 1001100 1100100 1101 1110 1100100 101100

Color Harmonies of #DF3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3500

Black with #DF3500

Text Example


Text Example

White with #DF3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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