Html Css Color HEX #DF3419 Harley Davidson Orange

📋 copy color: '#DF3419'

red 223 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #DF3419

Tints of Harley Davidson Orange #DF3419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 74.33%
G = 17.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF3419 (or 0xDF3419) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 19. RGB value is (223,52,25). Sum of RGB (Red+Green+Blue) = 223+52+25=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3419 is #20CBE6. Grayscale: #646464. Windows color (decimal): -2149351 or 1651935. OLE color: 1651935.

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

Color convert

RGB 223 52 25 -
CMYK 0 0.77 0.89 0.13
HSL 8.18º 0.8% 0.49% -
HSV(B) 8.18º 0.89% 0.87% -
XYZ 31.83 18.21 2.76 -
YUV 100.05 85.65 215.7 -
System Red Green Blue C M Y K H S L
Decimal 223 52 25 0 0.77 0.89 0.13 8.18 0.8 0.49
Hex DF 34 19 0 4D 59 D 8 50 31
Octal 337 64 31 0 115 131 15 10 120 61
Binary 11011111 110100 11001 0 1001101 1011001 1101 1000 1010000 110001

Color Harmonies of #DF3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3419

Black with #DF3419

Text Example


Text Example

White with #DF3419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3419; }

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

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

background-color css

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

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

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

border-color css

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

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

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