Html Css Color HEX #DF3317 Harley Davidson Orange

📋 copy color: '#DF3317'

red 223 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #DF3317

Tints of Harley Davidson Orange #DF3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 23 (9.38% from 255) = 7.74%

R = 75.08%
G = 17.17%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF3317 (or 0xDF3317) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 17. RGB value is (223,51,23). Sum of RGB (Red+Green+Blue) = 223+51+23=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3317 is #20CCE8. Grayscale: #636363. Windows color (decimal): -2149609 or 1520607. OLE color: 1520607.

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

Color convert

RGB 223 51 23 -
CMYK 0 0.77 0.90 0.13
HSL 8.4º 0.81% 0.48% -
HSV(B) 8.4º 0.9% 0.87% -
XYZ 31.77 18.12 2.63 -
YUV 99.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 223 51 23 0 0.77 0.90 0.13 8.4 0.81 0.48
Hex DF 33 17 0 4D 5A D 8 51 30
Octal 337 63 27 0 115 132 15 10 121 60
Binary 11011111 110011 10111 0 1001101 1011010 1101 1000 1010001 110000

Color Harmonies of #DF3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3317

Black with #DF3317

Text Example


Text Example

White with #DF3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3317; }

 p { color: rgb(223,51,23); }

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

background-color css

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

 a { background-color: rgb(223,51,23); }

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

border-color css

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

 span { border-color: rgb(223,51,23); }

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