Html Css Color HEX #DF3D09 Harley Davidson Orange

📋 copy color: '#DF3D09'

red 223 ◦ green 61 ◦ blue 9

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

Shades of Harley Davidson Orange #DF3D09

Tints of Harley Davidson Orange #DF3D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

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

R = 76.11%
G = 20.82%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF3D09 (or 0xDF3D09) is known color: Harley Davidson Orange. HEX triplet: DF, 3D and 09. RGB value is (223,61,9). Sum of RGB (Red+Green+Blue) = 223+61+9=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D09 is #20C2F6. Grayscale: #676767. Windows color (decimal): -2147063 or 605663. OLE color: 605663.

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

Color convert

RGB 223 61 9 -
CMYK 0 0.73 0.96 0.13
HSL 14.58º 0.92% 0.45% -
HSV(B) 14.58º 0.96% 0.87% -
XYZ 32.15 19.05 2.24 -
YUV 103.51 74.67 213.23 -
System Red Green Blue C M Y K H S L
Decimal 223 61 9 0 0.73 0.96 0.13 14.58 0.92 0.45
Hex DF 3D 9 0 49 60 D F 5C 2D
Octal 337 75 11 0 111 140 15 17 134 55
Binary 11011111 111101 1001 0 1001001 1100000 1101 1111 1011100 101101

Color Harmonies of #DF3D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D09

Black with #DF3D09

Text Example


Text Example

White with #DF3D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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