Html Css Color HEX #DF3614 Harley Davidson Orange

📋 copy color: '#DF3614'

red 223 ◦ green 54 ◦ blue 20

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

Shades of Harley Davidson Orange #DF3614

Tints of Harley Davidson Orange #DF3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 75.08%
G = 18.18%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3614 (or 0xDF3614) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 14. RGB value is (223,54,20). Sum of RGB (Red+Green+Blue) = 223+54+20=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3614 is #20C9EB. Grayscale: #646464. Windows color (decimal): -2148844 or 1324767. OLE color: 1324767.

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

Color convert

RGB 223 54 20 -
CMYK 0 0.76 0.91 0.13
HSL 10.05º 0.84% 0.48% -
HSV(B) 10.05º 0.91% 0.87% -
XYZ 31.88 18.38 2.53 -
YUV 100.66 82.49 215.26 -
System Red Green Blue C M Y K H S L
Decimal 223 54 20 0 0.76 0.91 0.13 10.05 0.84 0.48
Hex DF 36 14 0 4C 5B D A 54 30
Octal 337 66 24 0 114 133 15 12 124 60
Binary 11011111 110110 10100 0 1001100 1011011 1101 1010 1010100 110000

Color Harmonies of #DF3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3614

Black with #DF3614

Text Example


Text Example

White with #DF3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3614; }

 p { color: rgb(223,54,20); }

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

background-color css

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

 a { background-color: rgb(223,54,20); }

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

border-color css

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

 span { border-color: rgb(223,54,20); }

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