Html Css Color HEX #DF4514 Harley Davidson Orange

📋 copy color: '#DF4514'

red 223 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #DF4514

Tints of Harley Davidson Orange #DF4514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 71.47%
G = 22.12%
B = 6.41%

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

#DF4514 (or 0xDF4514) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 14. RGB value is (223,69,20). Sum of RGB (Red+Green+Blue) = 223+69+20=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4514 is #20BAEB. Grayscale: #6D6D6D. Windows color (decimal): -2145004 or 1328607. OLE color: 1328607.

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

Color convert

RGB 223 69 20 -
CMYK 0 0.69 0.91 0.13
HSL 14.48º 0.84% 0.48% -
HSV(B) 14.48º 0.91% 0.87% -
XYZ 32.69 19.99 2.8 -
YUV 109.46 77.52 208.98 -
System Red Green Blue C M Y K H S L
Decimal 223 69 20 0 0.69 0.91 0.13 14.48 0.84 0.48
Hex DF 45 14 0 45 5B D E 54 30
Octal 337 105 24 0 105 133 15 16 124 60
Binary 11011111 1000101 10100 0 1000101 1011011 1101 1110 1010100 110000

Color Harmonies of #DF4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4514

Black with #DF4514

Text Example


Text Example

White with #DF4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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