Html Css Color HEX #DF4612 Harley Davidson Orange

📋 copy color: '#DF4612'

red 223 ◦ green 70 ◦ blue 18

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

Shades of Harley Davidson Orange #DF4612

Tints of Harley Davidson Orange #DF4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 71.7%
G = 22.51%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF4612 (or 0xDF4612) is known color: Harley Davidson Orange. HEX triplet: DF, 46 and 12. RGB value is (223,70,18). Sum of RGB (Red+Green+Blue) = 223+70+18=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4612 is #20B9ED. Grayscale: #6E6E6E. Windows color (decimal): -2144750 or 1197791. OLE color: 1197791.

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

Color convert

RGB 223 70 18 -
CMYK 0 0.69 0.92 0.13
HSL 15.22º 0.85% 0.47% -
HSV(B) 15.22º 0.92% 0.87% -
XYZ 32.73 20.11 2.73 -
YUV 109.82 76.19 208.73 -
System Red Green Blue C M Y K H S L
Decimal 223 70 18 0 0.69 0.92 0.13 15.22 0.85 0.47
Hex DF 46 12 0 45 5C D F 55 2F
Octal 337 106 22 0 105 134 15 17 125 57
Binary 11011111 1000110 10010 0 1000101 1011100 1101 1111 1010101 101111

Color Harmonies of #DF4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4612

Black with #DF4612

Text Example


Text Example

White with #DF4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4612; }

 p { color: rgb(223,70,18); }

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

background-color css

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

 a { background-color: rgb(223,70,18); }

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

border-color css

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

 span { border-color: rgb(223,70,18); }

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