Html Css Color HEX #DF3F18 Harley Davidson Orange

📋 copy color: '#DF3F18'

red 223 ◦ green 63 ◦ blue 24

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

Shades of Harley Davidson Orange #DF3F18

Tints of Harley Davidson Orange #DF3F18

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 71.94%
G = 20.32%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF3F18 (or 0xDF3F18) is known color: Harley Davidson Orange. HEX triplet: DF, 3F and 18. RGB value is (223,63,24). Sum of RGB (Red+Green+Blue) = 223+63+24=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F18 is #20C0E7. Grayscale: #6A6A6A. Windows color (decimal): -2146536 or 1589215. OLE color: 1589215.

HSL color Cylindrical-coordinate representation of color #DF3F18: hue angle of 11.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF3F18 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 24 -
CMYK 0 0.72 0.89 0.13
HSL 11.76º 0.81% 0.48% -
HSV(B) 11.76º 0.89% 0.87% -
XYZ 32.37 19.31 2.88 -
YUV 106.39 81.51 211.17 -
System Red Green Blue C M Y K H S L
Decimal 223 63 24 0 0.72 0.89 0.13 11.76 0.81 0.48
Hex DF 3F 18 0 48 59 D C 51 30
Octal 337 77 30 0 110 131 15 14 121 60
Binary 11011111 111111 11000 0 1001000 1011001 1101 1100 1010001 110000

Color Harmonies of #DF3F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F18

Black with #DF3F18

Text Example


Text Example

White with #DF3F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F18; }

 p { color: rgb(223,63,24); }

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

background-color css

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

 a { background-color: rgb(223,63,24); }

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

border-color css

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

 span { border-color: rgb(223,63,24); }

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