Html Css Color HEX #DF3819 Harley Davidson Orange

📋 copy color: '#DF3819'

red 223 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #DF3819

Tints of Harley Davidson Orange #DF3819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 73.36%
G = 18.42%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF3819 (or 0xDF3819) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 19. RGB value is (223,56,25). Sum of RGB (Red+Green+Blue) = 223+56+25=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3819 is #20C7E6. Grayscale: #666666. Windows color (decimal): -2148327 or 1652959. OLE color: 1652959.

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

Color convert

RGB 223 56 25 -
CMYK 0 0.75 0.89 0.13
HSL 9.39º 0.8% 0.49% -
HSV(B) 9.39º 0.89% 0.87% -
XYZ 32.02 18.59 2.82 -
YUV 102.4 84.33 214.02 -
System Red Green Blue C M Y K H S L
Decimal 223 56 25 0 0.75 0.89 0.13 9.39 0.8 0.49
Hex DF 38 19 0 4B 59 D 9 50 31
Octal 337 70 31 0 113 131 15 11 120 61
Binary 11011111 111000 11001 0 1001011 1011001 1101 1001 1010000 110001

Color Harmonies of #DF3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3819

Black with #DF3819

Text Example


Text Example

White with #DF3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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