Html Css Color HEX #DF3B19 Harley Davidson Orange

📋 copy color: '#DF3B19'

red 223 ◦ green 59 ◦ blue 25

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

Shades of Harley Davidson Orange #DF3B19

Tints of Harley Davidson Orange #DF3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 72.64%
G = 19.22%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF3B19 (or 0xDF3B19) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 19. RGB value is (223,59,25). Sum of RGB (Red+Green+Blue) = 223+59+25=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3B19 is #20C4E6. Grayscale: #686868. Windows color (decimal): -2147559 or 1653727. OLE color: 1653727.

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

Color convert

RGB 223 59 25 -
CMYK 0 0.74 0.89 0.13
HSL 10.3º 0.8% 0.49% -
HSV(B) 10.3º 0.89% 0.87% -
XYZ 32.17 18.89 2.87 -
YUV 104.16 83.33 212.76 -
System Red Green Blue C M Y K H S L
Decimal 223 59 25 0 0.74 0.89 0.13 10.3 0.8 0.49
Hex DF 3B 19 0 4A 59 D A 50 31
Octal 337 73 31 0 112 131 15 12 120 61
Binary 11011111 111011 11001 0 1001010 1011001 1101 1010 1010000 110001

Color Harmonies of #DF3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3B19

Black with #DF3B19

Text Example


Text Example

White with #DF3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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