Html Css Color HEX #DF320E Harley Davidson Orange

📋 copy color: '#DF320E'

red 223 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #DF320E

Tints of Harley Davidson Orange #DF320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 77.7%
G = 17.42%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF320E (or 0xDF320E) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 0E. RGB value is (223,50,14). Sum of RGB (Red+Green+Blue) = 223+50+14=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF320E is #20CDF1. Grayscale: #616161. Windows color (decimal): -2149874 or 930527. OLE color: 930527.

HSL color Cylindrical-coordinate representation of color #DF320E: hue angle of 10.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF320E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 14 -
CMYK 0 0.78 0.94 0.13
HSL 10.33º 0.88% 0.46% -
HSV(B) 10.33º 0.94% 0.87% -
XYZ 31.65 18 2.22 -
YUV 97.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 223 50 14 0 0.78 0.94 0.13 10.33 0.88 0.46
Hex DF 32 E 0 4E 5E D A 58 2E
Octal 337 62 16 0 116 136 15 12 130 56
Binary 11011111 110010 1110 0 1001110 1011110 1101 1010 1011000 101110

Color Harmonies of #DF320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF320E

Black with #DF320E

Text Example


Text Example

White with #DF320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF320E; }

 p { color: rgb(223,50,14); }

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

background-color css

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

 a { background-color: rgb(223,50,14); }

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

border-color css

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

 span { border-color: rgb(223,50,14); }

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