Html Css Color HEX #DF3013 Harley Davidson Orange

📋 copy color: '#DF3013'

red 223 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #DF3013

Tints of Harley Davidson Orange #DF3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 76.9%
G = 16.55%
B = 6.55%

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

#DF3013 (or 0xDF3013) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 13. RGB value is (223,48,19). Sum of RGB (Red+Green+Blue) = 223+48+19=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3013 is #20CFEC. Grayscale: #616161. Windows color (decimal): -2150381 or 1257695. OLE color: 1257695.

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

Color convert

RGB 223 48 19 -
CMYK 0 0.78 0.91 0.13
HSL 8.53º 0.84% 0.47% -
HSV(B) 8.53º 0.91% 0.87% -
XYZ 31.61 17.85 2.4 -
YUV 97.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 223 48 19 0 0.78 0.91 0.13 8.53 0.84 0.47
Hex DF 30 13 0 4E 5B D 9 54 2F
Octal 337 60 23 0 116 133 15 11 124 57
Binary 11011111 110000 10011 0 1001110 1011011 1101 1001 1010100 101111

Color Harmonies of #DF3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3013

Black with #DF3013

Text Example


Text Example

White with #DF3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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