Html Css Color HEX #DF3809 Harley Davidson Orange

📋 copy color: '#DF3809'

red 223 ◦ green 56 ◦ blue 9

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

Shades of Harley Davidson Orange #DF3809

Tints of Harley Davidson Orange #DF3809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.13%

R = 77.43%
G = 19.44%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF3809 (or 0xDF3809) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 09. RGB value is (223,56,9). Sum of RGB (Red+Green+Blue) = 223+56+9=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3809 is #20C7F6. Grayscale: #646464. Windows color (decimal): -2148343 or 604383. OLE color: 604383.

HSL color Cylindrical-coordinate representation of color #DF3809: hue angle of 13.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF3809 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 9 -
CMYK 0 0.75 0.96 0.13
HSL 13.18º 0.92% 0.45% -
HSV(B) 13.18º 0.96% 0.87% -
XYZ 31.89 18.54 2.16 -
YUV 100.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 223 56 9 0 0.75 0.96 0.13 13.18 0.92 0.45
Hex DF 38 9 0 4B 60 D D 5C 2D
Octal 337 70 11 0 113 140 15 15 134 55
Binary 11011111 111000 1001 0 1001011 1100000 1101 1101 1011100 101101

Color Harmonies of #DF3809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3809

Black with #DF3809

Text Example


Text Example

White with #DF3809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3809; }

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

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

background-color css

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

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

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

border-color css

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

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

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