Html Css Color HEX #DF4515 Harley Davidson Orange

📋 copy color: '#DF4515'

red 223 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #DF4515

Tints of Harley Davidson Orange #DF4515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 71.25%
G = 22.04%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF4515 (or 0xDF4515) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 15. RGB value is (223,69,21). Sum of RGB (Red+Green+Blue) = 223+69+21=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4515 is #20BAEA. Grayscale: #6D6D6D. Windows color (decimal): -2145003 or 1394143. OLE color: 1394143.

HSL color Cylindrical-coordinate representation of color #DF4515: hue angle of 14.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4515 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 21 -
CMYK 0 0.69 0.91 0.13
HSL 14.26º 0.83% 0.48% -
HSV(B) 14.26º 0.91% 0.87% -
XYZ 32.69 20 2.85 -
YUV 109.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 223 69 21 0 0.69 0.91 0.13 14.26 0.83 0.48
Hex DF 45 15 0 45 5B D E 53 30
Octal 337 105 25 0 105 133 15 16 123 60
Binary 11011111 1000101 10101 0 1000101 1011011 1101 1110 1010011 110000

Color Harmonies of #DF4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4515

Black with #DF4515

Text Example


Text Example

White with #DF4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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