Html Css Color HEX #DF3400 Harley Davidson Orange

📋 copy color: '#DF3400'

red 223 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #DF3400

Tints of Harley Davidson Orange #DF3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 81.09%
G = 18.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF3400 (or 0xDF3400) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 00. RGB value is (223,52,0). Sum of RGB (Red+Green+Blue) = 223+52+0=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3400 is #20CBFF. Grayscale: #616161. Windows color (decimal): -2149376 or 13535. OLE color: 13535.

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

Color convert

RGB 223 52 0 -
CMYK 0 0.77 1 0.13
HSL 13.99º 1% 0.44% -
HSV(B) 13.99º 1% 0.87% -
XYZ 31.66 18.14 1.83 -
YUV 97.2 73.15 217.73 -
System Red Green Blue C M Y K H S L
Decimal 223 52 0 0 0.77 1 0.13 13.99 1 0.44
Hex DF 34 0 0 4D 64 D E 64 2C
Octal 337 64 0 0 115 144 15 16 144 54
Binary 11011111 110100 0 0 1001101 1100100 1101 1110 1100100 101100

Color Harmonies of #DF3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3400

Black with #DF3400

Text Example


Text Example

White with #DF3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3400; }

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

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

background-color css

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

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

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

border-color css

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

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

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