Html Css Color HEX #DF4310 Harley Davidson Orange

📋 copy color: '#DF4310'

red 223 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #DF4310

Tints of Harley Davidson Orange #DF4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 72.88%
G = 21.9%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4310 (or 0xDF4310) is known color: Harley Davidson Orange. HEX triplet: DF, 43 and 10. RGB value is (223,67,16). Sum of RGB (Red+Green+Blue) = 223+67+16=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4310 is #20BCEF. Grayscale: #6C6C6C. Windows color (decimal): -2145520 or 1065951. OLE color: 1065951.

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

Color convert

RGB 223 67 16 -
CMYK 0 0.70 0.93 0.13
HSL 14.78º 0.87% 0.47% -
HSV(B) 14.78º 0.93% 0.87% -
XYZ 32.53 19.74 2.59 -
YUV 107.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 223 67 16 0 0.70 0.93 0.13 14.78 0.87 0.47
Hex DF 43 10 0 46 5D D F 57 2F
Octal 337 103 20 0 106 135 15 17 127 57
Binary 11011111 1000011 10000 0 1000110 1011101 1101 1111 1010111 101111

Color Harmonies of #DF4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4310

Black with #DF4310

Text Example


Text Example

White with #DF4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4310; }

 p { color: rgb(223,67,16); }

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

background-color css

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

 a { background-color: rgb(223,67,16); }

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

border-color css

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

 span { border-color: rgb(223,67,16); }

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