Html Css Color HEX #DF4214 Harley Davidson Orange

📋 copy color: '#DF4214'

red 223 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #DF4214

Tints of Harley Davidson Orange #DF4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

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

R = 72.17%
G = 21.36%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF4214 (or 0xDF4214) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 14. RGB value is (223,66,20). Sum of RGB (Red+Green+Blue) = 223+66+20=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4214 is #20BDEB. Grayscale: #6C6C6C. Windows color (decimal): -2145772 or 1327839. OLE color: 1327839.

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

Color convert

RGB 223 66 20 -
CMYK 0 0.70 0.91 0.13
HSL 13.6º 0.84% 0.48% -
HSV(B) 13.6º 0.91% 0.87% -
XYZ 32.51 19.63 2.74 -
YUV 107.7 78.51 210.24 -
System Red Green Blue C M Y K H S L
Decimal 223 66 20 0 0.70 0.91 0.13 13.6 0.84 0.48
Hex DF 42 14 0 46 5B D E 54 30
Octal 337 102 24 0 106 133 15 16 124 60
Binary 11011111 1000010 10100 0 1000110 1011011 1101 1110 1010100 110000

Color Harmonies of #DF4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4214

Black with #DF4214

Text Example


Text Example

White with #DF4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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