Html Css Color HEX #DF3519 Harley Davidson Orange

📋 copy color: '#DF3519'

red 223 ◦ green 53 ◦ blue 25

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

Shades of Harley Davidson Orange #DF3519

Tints of Harley Davidson Orange #DF3519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 74.09%
G = 17.61%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF3519 (or 0xDF3519) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 19. RGB value is (223,53,25). Sum of RGB (Red+Green+Blue) = 223+53+25=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3519 is #20CAE6. Grayscale: #646464. Windows color (decimal): -2149095 or 1652191. OLE color: 1652191.

HSL color Cylindrical-coordinate representation of color #DF3519: hue angle of 8.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF3519 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 53 25 -
CMYK 0 0.76 0.89 0.13
HSL 8.48º 0.8% 0.49% -
HSV(B) 8.48º 0.89% 0.87% -
XYZ 31.88 18.3 2.77 -
YUV 100.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 223 53 25 0 0.76 0.89 0.13 8.48 0.8 0.49
Hex DF 35 19 0 4C 59 D 8 50 31
Octal 337 65 31 0 114 131 15 10 120 61
Binary 11011111 110101 11001 0 1001100 1011001 1101 1000 1010000 110001

Color Harmonies of #DF3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3519

Black with #DF3519

Text Example


Text Example

White with #DF3519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3519; }

 p { color: rgb(223,53,25); }

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

background-color css

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

 a { background-color: rgb(223,53,25); }

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

border-color css

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

 span { border-color: rgb(223,53,25); }

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