Html Css Color HEX #DF4510 Harley Davidson Orange

📋 copy color: '#DF4510'

red 223 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #DF4510

Tints of Harley Davidson Orange #DF4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

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

R = 72.4%
G = 22.4%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4510 (or 0xDF4510) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 10. RGB value is (223,69,16). Sum of RGB (Red+Green+Blue) = 223+69+16=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4510 is #20BAEF. Grayscale: #6D6D6D. Windows color (decimal): -2145008 or 1066463. OLE color: 1066463.

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

Color convert

RGB 223 69 16 -
CMYK 0 0.69 0.93 0.13
HSL 15.36º 0.87% 0.47% -
HSV(B) 15.36º 0.93% 0.87% -
XYZ 32.65 19.98 2.63 -
YUV 109 75.52 209.31 -
System Red Green Blue C M Y K H S L
Decimal 223 69 16 0 0.69 0.93 0.13 15.36 0.87 0.47
Hex DF 45 10 0 45 5D D F 57 2F
Octal 337 105 20 0 105 135 15 17 127 57
Binary 11011111 1000101 10000 0 1000101 1011101 1101 1111 1010111 101111

Color Harmonies of #DF4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4510

Black with #DF4510

Text Example


Text Example

White with #DF4510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4510; }

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

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

background-color css

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

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

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

border-color css

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

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

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