Html Css Color HEX #DF3014 Harley Davidson Orange

📋 copy color: '#DF3014'

red 223 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #DF3014

Tints of Harley Davidson Orange #DF3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 76.63%
G = 16.49%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3014 (or 0xDF3014) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 14. RGB value is (223,48,20). Sum of RGB (Red+Green+Blue) = 223+48+20=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3014 is #20CFEB. Grayscale: #616161. Windows color (decimal): -2150380 or 1323231. OLE color: 1323231.

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

Color convert

RGB 223 48 20 -
CMYK 0 0.78 0.91 0.13
HSL 8.28º 0.84% 0.48% -
HSV(B) 8.28º 0.91% 0.87% -
XYZ 31.61 17.85 2.44 -
YUV 97.13 84.48 217.78 -
System Red Green Blue C M Y K H S L
Decimal 223 48 20 0 0.78 0.91 0.13 8.28 0.84 0.48
Hex DF 30 14 0 4E 5B D 8 54 30
Octal 337 60 24 0 116 133 15 10 124 60
Binary 11011111 110000 10100 0 1001110 1011011 1101 1000 1010100 110000

Color Harmonies of #DF3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3014

Black with #DF3014

Text Example


Text Example

White with #DF3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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